Add product ID for free susbcriptions
This commit is contained in:
parent
881b6f38ba
commit
2c69be6071
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
import 'dart:convert';
|
||||
|
||||
const kFreeProductID = "free";
|
||||
|
||||
class Subscription {
|
||||
final int id;
|
||||
final String productID;
|
||||
|
|
Loading…
Add table
Reference in a new issue