Skip to content

Commit

Permalink
Merge 738236e into 820a036
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleartux committed Oct 21, 2019
2 parents 820a036 + 738236e commit fe59e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flutter_inapp_purchase.dart
Expand Up @@ -426,7 +426,7 @@ class FlutterInappPurchase {
{ String developerPayloadAndroid, bool isConsumable }) async {
if (_platform.isAndroid) {
if (isConsumable) {
String result = await _channel.invokeMethod('consumePurchase', <String, dynamic>{
String result = await _channel.invokeMethod('consumeProduct', <String, dynamic>{
'token': purchaseToken,
'developerPayload': developerPayloadAndroid,
});
Expand Down

0 comments on commit fe59e52

Please sign in to comment.