From f4ab547fd5e62975c1692c9ddba554b371b33e0f Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 19 Aug 2020 12:31:27 +0200 Subject: [PATCH] Change default purchase amount --- lib/widgets/purchase_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/purchase_widget.dart b/lib/widgets/purchase_widget.dart index dec95e0b..a626f317 100644 --- a/lib/widgets/purchase_widget.dart +++ b/lib/widgets/purchase_widget.dart @@ -64,7 +64,7 @@ class _PurchaseWidgetState extends State { ProductDetails _selectedProduct; StreamSubscription> _subscription; - final defaultSku = "sku_monthly_min2"; + final defaultSku = "sku_monthly_min3"; String error = ""; bool pendingPurchase = false;