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
I have setup the pay package in flutter to implement google pay in my flutter app for android. but this error is thrown:
MissingPluginException(No implementation found for method userCanPay on channel plugins.flutter.io/pay_channel)
I also get this error, while, for example, showPaymentSelector works well. I have tried also the flutter comment @JlUgia and did some steps there that people mentioned that might solve the problem, but I had no luck.
I have setup the pay package in flutter to implement google pay in my flutter app for android. but this error is thrown:
MissingPluginException(No implementation found for method userCanPay on channel plugins.flutter.io/pay_channel)
This is the google pay button
and this is the configuration:
this is the _paymentItems:
The text was updated successfully, but these errors were encountered: