We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inapp
subs
queryProductDetails()
1 parent 74cbe48 commit 01a1428Copy full SHA for 01a1428
packages/in_app_purchase/in_app_purchase_android/lib/src/in_app_purchase_android_platform.dart
@@ -81,15 +81,15 @@ class InAppPurchaseAndroidPlatform extends InAppPurchasePlatform {
81
(BillingClient client) => client.queryProductDetails(
82
productList: identifiers
83
.map((String productId) => ProductWrapper(
84
- productId: productId, productType: ProductType.subs))
+ productId: productId, productType: ProductType.inapp))
85
.toList(),
86
),
87
88
billingClientManager.runWithClient(
89
90
91
92
- productId: productId, productType: ProductType.inapp))
+ productId: productId, productType: ProductType.subs))
93
94
95
0 commit comments