Skip to content
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

Unhandled Exception: MissingPluginException(No implementation found for method dangerouslyUpdateCardDetails on channel flutter.stripe/card_field/0) #1083

Closed
nzkn opened this issue Jan 11, 2023 · 2 comments
Labels
needs triage Needs triage

Comments

@nzkn
Copy link

nzkn commented Jan 11, 2023

I can't test CardField - updating cardController.details throws:
Unhandled Exception: MissingPluginException(No implementation found for method dangerouslyUpdateCardDetails on channel flutter.stripe/card_field/0).
I see that this CardField test is commented out in your integration_tests. I am trying to test on iPhone 14 simulator, latest version of ios.

@nzkn nzkn added the needs triage Needs triage label Jan 11, 2023
@nzkn
Copy link
Author

nzkn commented Jan 11, 2023

Setting initialDetails for the CardEditController doesn't work too, so there is no way to test adding card at the moment.

@jonasbark
Copy link
Member

@remonh87 can you have a look when you get the chance? dangerouslyUpdateCardDetails should indeed not be called on the platform view method channel, but on the main Stripe.platform method channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Needs triage
Projects
None yet
Development

No branches or pull requests

2 participants