Skip to content

Commit

Permalink
Update flutter_inapp_purchase.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ErayAltas authored Apr 29, 2024
1 parent e01ff81 commit 9306d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flutter_inapp_purchase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ class FlutterInappPurchase {
} else if (_platform.isIOS) {
return await _channel.invokeMethod('buyProduct', <String, dynamic>{
'sku': productId,
'forUser': obfuscatedAccountId,
});
}
throw PlatformException(
Expand Down

0 comments on commit 9306d6d

Please sign in to comment.