Skip to content

Commit

Permalink
Merge branch 'main' into bugfixes-january
Browse files Browse the repository at this point in the history
  • Loading branch information
remonh87 authored Feb 27, 2024
2 parents e9b0b86 + 4a590cf commit 7c32fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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 7c32fd0

Please sign in to comment.