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

Commit

Permalink
Fix "autoConsume" param in "buyConsumable"
Browse files Browse the repository at this point in the history
  • Loading branch information
qwert2603 authored May 21, 2021
1 parent ded320c commit 9126bf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class InAppPurchase implements InAppPurchasePlatformAdditionProvider {
}) =>
InAppPurchasePlatform.instance.buyConsumable(
purchaseParam: purchaseParam,
autoConsume: autoConsume,
);

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

0 comments on commit 9126bf3

Please sign in to comment.