【发布时间】:2014-09-22 18:19:01
【问题描述】:
我正在尝试设置 Google 沙盒支付系统,一切正常,直到 Google 尝试将数据发送到我的系统,然后返回以下警告消息:
Unfortunately, we could not confirm your purchase with the merchant's server. Your order has been canceled. Please contact the merchant if this problem continues.
我看到 Google 试图联系我的服务器:
[22/Sep/2014:14:05:18 -0400] "POST /walletresponse/purchase HTTP/1.1" 301 657 "-" "Google-In-App-Payments; (+http://www.google.com/payments)" 20255
查看 chrome->console->network->preview 我看到了 JWT 令牌,如果手动发送到该站点,它将起作用。关于如何调试的任何想法?
【问题讨论】:
标签: android-pay