Skip to content

Commit

Permalink
Fix handleNextActionForSetup for iOS (#1818)
Browse files Browse the repository at this point in the history
* Fix handleNextActionForSetup

* handleNextActionForSetup iOS

---------

Co-authored-by: jonasbark <[email protected]>
Co-authored-by: Rémon <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent e81c489 commit e940a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stripe_ios/ios/Classes/StripePlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class StripePlugin: StripeSdk, FlutterPlugin, ViewManagerDelegate {
resolver: resolver(for: result),
rejecter: rejecter(for: result)
)
case "handleNextActionForSetupIntent":
case "handleNextActionForSetup":
return handleNextActionForSetupIntent(call, result: result)
default:
result(FlutterMethodNotImplemented)
Expand Down

0 comments on commit e940a9c

Please sign in to comment.