简体   繁体   English

移动设备上的 Google Pay Web v2“不支持付款方式”

[英]Google Pay Web v2 "Payment method not supported" on mobile

I am implementing Google Pay Web API v2 and I am seeing this error on Chrome for Android我正在实施 Google Pay Web API v2,我在 Chrome for Android 上看到此错误

code: 9
message: "The payment method "https://google.com/pay" is not supported" name: "NotSupportedError"
statusCode: "CANCELED"

Using the older API, we have no issues, but we need to update to the newer API.使用较旧的 API,我们没有问题,但我们需要更新到较新的 API。

Tested on Desktop (Chrome), iOS (Chrome and Safari) and Android (Chrome).在桌面 (Chrome)、iOS(Chrome 和 Safari)和 Android (Chrome) 上进行了测试。 The only one that is broken is Chrome on Android.唯一损坏的是 Android 上的 Chrome。 Huawei and Samsung devices were tested, both failed.华为和三星设备进行了测试,都失败了。

The button is rendered but tapping gives no feedback.按钮被渲染,但点击没有反馈。 The error above is in the console (use USB debugging to see it)上面的错误是在控制台中(使用USB调试查看)

To note;要注意; GPay is being implementing within Braintree, so I'm curious as to whether that could be causing issues? GPay 正在 Braintree 中实施,所以我很好奇这是否会导致问题?

可能 google 应用程序没有安装为主要支付应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM