You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal to have a dedicated doc for the urlScheme settings. It's not really documented anywhere(even didn't find it in Stripe iOS/Android SDK docs).
But e.g. PayPal setup intent on iOS doesn't work without it (throws exception: "You must provide a return_url when confirming a SetupIntent with the payment method type paypal").
So the proposal is to mention these pieces of code, and explain what is "safepay"(seems like a const from Stripe), and what is "flutterstripe" (can be anything?)
Proposal to have a dedicated doc for the urlScheme settings. It's not really documented anywhere(even didn't find it in Stripe iOS/Android SDK docs).
But e.g. PayPal setup intent on iOS doesn't work without it (throws exception: "You must provide a
return_url
when confirming a SetupIntent with the payment method type paypal").So the proposal is to mention these pieces of code, and explain what is "safepay"(seems like a const from Stripe), and what is "flutterstripe" (can be anything?)
flutter -
main.dart
:Stripe.urlScheme = 'flutterstripe';
iOS -
Info.plist
:AndroidManifest.xml
:The text was updated successfully, but these errors were encountered: