Google Checkout - 除了“新订单通知”之外没有其他通知未来

发布于 2025-01-01 06:40:24 字数 337 浏览 1 评论 0原文

我刚刚设置了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏闹i 2025-01-08 06:40:24

如果有人感兴趣,我找到了问题和解决方案。示例代码中的确认调用缺少序列键参数。

If anyone is interested, I found the problem and solution. The acknowledgement calls in the sample code are missing serial key argument.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文