Skip to content

Commit

Permalink
fix #1795
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Jun 13, 2024
1 parent 62513fe commit 95939af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stripe_ios/ios/Classes/StripePlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ class StripePlugin: StripeSdk, FlutterPlugin, ViewManagerDelegate {
resolver: resolver(for: result),
rejecter: rejecter(for: result)
)
case "handleNextActionForSetupIntent":
return handleNextActionForSetupIntent(call, result: result)
default:
result(FlutterMethodNotImplemented)
}
Expand Down

0 comments on commit 95939af

Please sign in to comment.