Google Checkout - 除了“新订单通知”之外没有其他通知未来
我刚刚设置了 Google Checkout PHP 示例代码 (1.3.1),除了我的merchant_id 和密钥之外没有任何更改。我正在沙箱中测试它。
购买演示工作正常,但响应处理存在问题。
我收到的唯一通知是“新订单通知”。无论我如何处理订单 - 手动收费、自动收费(在商家设置中设置)或只是等待 - 每个订单我只会收到几次“新订单通知”。
googlemessage.log 证实了这一点,因为仅记录了此类通知。
这是沙箱的问题还是我做错了什么?
I've just set up Google Checkout PHP Sample code (1.3.1) with no changes except my merchant_id and key of course. I'm testing it in sandbox.
Purchasing demo in works fine but there is problem with response handling.
The only notifications I'm getting are 'new-order-notification'. No matter what I do with the orders - manual charging, auto charge (set in merchant settings), or just waiting - I only get 'new-order-notification' several times for each order.
googlemessage.log confirms this as there are only this type of notifications logged.
Is this a problem with sandbox or I'm doing something wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人感兴趣,我找到了问题和解决方案。示例代码中的确认调用缺少序列键参数。
If anyone is interested, I found the problem and solution. The acknowledgement calls in the sample code are missing serial key argument.