mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-04 06:38:27 +08:00
Change default purchase amount
This commit is contained in:
@ -64,7 +64,7 @@ class _PurchaseWidgetState extends State<PurchaseWidget> {
|
|||||||
ProductDetails _selectedProduct;
|
ProductDetails _selectedProduct;
|
||||||
StreamSubscription<List<PurchaseDetails>> _subscription;
|
StreamSubscription<List<PurchaseDetails>> _subscription;
|
||||||
|
|
||||||
final defaultSku = "sku_monthly_min2";
|
final defaultSku = "sku_monthly_min3";
|
||||||
String error = "";
|
String error = "";
|
||||||
bool pendingPurchase = false;
|
bool pendingPurchase = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user