From 354e846af5f0e7fcdab426a559220e99d61496d5 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:09:02 +0100 Subject: [PATCH] purchasable product --- lib/runner.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/runner.dart b/lib/runner.dart index 9e695a0..765f300 100644 --- a/lib/runner.dart +++ b/lib/runner.dart @@ -30,7 +30,6 @@ Future runLightmeterApp(Environment env) async { products: [ IAPProduct( storeId: IAPProductType.paidFeatures.storeId, - status: IAPProductStatus.purchased, price: '0.0\$', ), ],