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