我正在尝试将Google电子钱包应用到我正在处理的项目中 当我按下应该进入沙箱结账网站的按钮时,会产生错误。
<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>
答案 0 :(得分:0)
你应该知道Google Checkout will be retired in 11/2013,几个月之后......
就您的代码而言,假设您仍然很好奇,请参阅HTML documentation
如果您想了解Google提供的其他/更新的付款解决方案,您可以在Google Developers Commerce APIs
找到它们