We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting platform exception when creating CloudPaymentGooglePay instance; E/flutter (24585): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: PlatformException(GooglePayError, Couldn't create Payments Client, null, null) E/flutter (24585): #0 StandardMethodCodec.decodeEnvelope package:flutter/…/services/message_codecs.dart:597 E/flutter (24585): #1 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:158 E/flutter (24585): E/flutter (24585): #2 CloudpaymentsGooglePay._initGooglePay package:cloudpayments/cloudpayments_google_pay.dart:20 E/flutter (24585): E/flutter (24585):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting platform exception when creating CloudPaymentGooglePay instance;
E/flutter (24585): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: PlatformException(GooglePayError, Couldn't create Payments Client, null, null)
E/flutter (24585): #0 StandardMethodCodec.decodeEnvelope
package:flutter/…/services/message_codecs.dart:597
E/flutter (24585): #1 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:158
E/flutter (24585):
E/flutter (24585): #2 CloudpaymentsGooglePay._initGooglePay
package:cloudpayments/cloudpayments_google_pay.dart:20
E/flutter (24585):
E/flutter (24585):
The text was updated successfully, but these errors were encountered: