0

我正在尝试将 Google Wallet 应用到我正在进行的项目中。
当我按下应该转到沙盒结帐网站的按钮时,会生成错误。

<error xmlns="http://checkout.google.com/schema/2" serial-number="f9090666-5c3e-4e40-b1db-aeba824aa7d6">
    <error-message>
Malformed URL component: expected agent:, but got Merchant
    </error-message>
</error>

我的代码是

<div>
    <form method="POST" action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/xxxxxxxxxxxxxxxxxxxx">
        <input type="image" name="Google Checkout" alt="Fast checkout through Google" src="https://checkout.google.com/buttons/checkout.gif?merchant_id=xxxxxxxxxxxxxxxxxxxx&w=180&h=46&style=white&variant=text&loc=en_US">
    </form>
</div>
4

1 回答 1

0

您应该知道Google Checkout 将于 11/2013 停用,也就是几个月后...

就您的代码而言,假设您仍然好奇,请参阅HTML 文档

如果您想了解 Google 的其他/更新的支付解决方案,您可以在Google Developers Commerce APIs找到它们

于 2013-09-25T15:19:54.043 回答