我在我的项目中使用google check out。它处于沙盒模式。我正在使用Xml api check out,当我在我的页面中单击google按钮时,我得到了一个错误消息,比如
An error had ocurred:
HTTP Status: 400:
Error message:
<?xml version="1.0" encoding="UTF-8"?> <error xmlns="http://checkout.google.com/schema/2" serial-number="a4ab2700-a387-4af5-9350-374049856c6e"> <error-message>No seller found with id 623746024295438</error-message> </error>
这是什么?实际上,我有那个商家的Id和钥匙。
发布于 2010-04-23 13:19:49
这对你很有帮助
http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=70832
https://stackoverflow.com/questions/1864556
复制相似问题