Google Checkout - 强制回调 URL API 发布
我正在构建一个 Magento 购物车,我们设置了 Google Checkout 并上线,不幸的是我不知道 Google 端的“API 回调 URL”设置,直到现在才填写。现在我们已经处理了一些订单,我需要将它们放入我的购物车系统,所以我想知道是否有办法强制将现有订单发布到我的系统?
I'm building a Magento cart and we set up Google Checkout and went live and unfortunately I was unaware of the 'API Callback URL' setting on the Google side and didn't have that filled in until now. So now we have a few orders that went through and I need to get them into my cart system so I'm wondering if there's a way to force post existing orders across to my system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅本文档,了解检索 Googe Checkout 通知的各种方法。
http://code.google.com/apis/checkout/developer/Google_Checkout_Beta_Polling_API.html
根据您的情况,请尝试轮询 API 或通知历史记录 API。
See this document for various ways to retrieve Googe Checkout notifications.
http://code.google.com/apis/checkout/developer/Google_Checkout_Beta_Polling_API.html
In your case try the Polling API or the Notification History API.