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
Describe the bug
I am using Flutter: 3.0, IOS: 13.0, flutter_stripe: 9.5.0+1. When I am trying to open a PaymentSheet for klarna it is not working in IOS but it is properly working on android devices.
To Reproduce
Below is the sample code of my project
Tried this returnURL: 'flutterstripe://redirect' but after successful payment it is not closing the payment web window as it usually close without returnURL.
Describe the bug
I am using Flutter: 3.0, IOS: 13.0, flutter_stripe: 9.5.0+1. When I am trying to open a PaymentSheet for klarna it is not working in IOS but it is properly working on android devices.
To Reproduce
Below is the sample code of my project
Expected behavior
This code will also open a PaymentSheet for klarna in IOS but it isn't, not sure if I am missing something...
Any guidance would be really helpful, thanks :)
The text was updated successfully, but these errors were encountered: