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
Unhandled Exception: MissingPluginException(No implementation found for method dangerouslyUpdateCardDetails on channel flutter.stripe/card_field/0)
#1083
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: