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
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Unexpected developer error, please try again later.
Took me some time to figure out, but adding cardNetworkParameters: [ { cardNetwork: "VISA" }, { cardNetwork: "MASTERCARD" }, ], to paymentDataRequest object broke the payment flow. On capacitor 3.6.0/3.9.0.
Unexpected developer error, please try again later.
Took me some time to figure out, but adding
cardNetworkParameters: [ { cardNetwork: "VISA" }, { cardNetwork: "MASTERCARD" }, ],
to paymentDataRequest object broke the payment flow. On capacitor 3.6.0/3.9.0.Edit: param cardNetworkParameters doesn't exist in the official docs: https://developers.google.com/pay/api/android/reference/request-objects
The text was updated successfully, but these errors were encountered: