Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 1cd7082

Browse files
committed
[in_app_purchase] Fix "autoConsume" param in "buyConsumable"
Fixes flutter/flutter#83035
1 parent ded320c commit 1cd7082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/in_app_purchase/in_app_purchase/lib/in_app_purchase.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ class InAppPurchase implements InAppPurchasePlatformAdditionProvider {
162162
}) =>
163163
InAppPurchasePlatform.instance.buyConsumable(
164164
purchaseParam: purchaseParam,
165+
autoConsume: autoConsume,
165166
);
166167

167168
/// Mark that purchased content has been delivered to the user.

0 commit comments

Comments
 (0)