ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

The named parameter 'returnUrlForSca' isn't defined. #172

Open vlad-ed-git opened 3 months ago

vlad-ed-git commented 3 months ago

Using stripe_sdk: ^5.0.0

The documentation guide includes a parameter returnUrlForSca removed from the Stripe.init method in the latest version. Stripe.init('pk_xxx', returnUrlForSca: 'stripesdk://3ds.stripesdk.io'); There is also no guide on how to migrate this.