-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After confirm payment it throw a exception #1321
Comments
This happened to me to, on
|
Have you find where is the problem? We make a PR if we fix it. |
I guess the problem is in this file method_channel_stripe.dart specifically in the method From what the error says, there's a type error as Not sure about this change from Map to List but that comes from iOS method channel (haven't testing in Android if it happens). |
In Android devices it works fine. |
I'll check it out to see if I can make a quick fix / PR |
Yes, you can add me to co-author to your PR. |
Here's the quick fix #1325 ! |
Please add me co-authored |
Ups, done now! Give it a try whenever you can, it should work now |
When will it be published and available for install through pubspec? |
Any updates on releasing a fix to this issue? Frankly it's ridiculous, that a fix has been ready for over a month and hasn't been released yet, given this issue is pretty much a blocker. |
I had to import both on my pubspec.yaml |
Describe the bug
After complete payment stripe throw a Exception
To Reproduce
Steps to reproduce the behavior:
Smartphone / tablet
Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f468f3366c (7 giorni fa) • 2023-07-12 15:19:05 -0700
Engine • revision cdbeda788a
Tools • Dart 3.0.6 • DevTools 2.23.1
Additional context
Code:
Exception:
type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>?'
Stacktrace:
The text was updated successfully, but these errors were encountered: