Skip to content

Commit

Permalink
Fix handleNextActionForSetup (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: jonasbark <[email protected]>
  • Loading branch information
marcolettieri and jonasbark authored Feb 26, 2024
1 parent 398f340 commit 4a590cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class MethodChannelStripe extends StripePlatform {
String setupIntentClientSecret,
{String? returnURL}) async {
final result = await _methodChannel
.invokeMapMethod<String, dynamic>('handleNextAction', {
.invokeMapMethod<String, dynamic>('handleNextActionForSetup', {
'setupIntentClientSecret': setupIntentClientSecret,
if (_platformIsIos) 'returnURL': returnURL,
});
Expand Down

0 comments on commit 4a590cf

Please sign in to comment.