Change default purchase amount

This commit is contained in:
Vishesh Handa
2020-08-19 12:31:27 +02:00
parent 6f3eff20e8
commit f4ab547fd5

View File

@ -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;