我已按照Order Processing tutorial在Google Checkout的GAE应用程序中接收和处理订单通知。
在沙盒环境中一切正常。我可以发送假订单,应用程序会收到通知并处理订单。
当我切换到生产环境并进行真实订购时,我可以在Google Checkout商家帐户中查看订单,但我没有收到任何通知。
要切换到制作,我只需编辑我的ApiContext
对象即可使用Environment.Production
和真实的商家ID和密钥。集成设置是相同的。我也尝试更改回调网址以使用HTTPS(https://blah.appspot.com/not),但仍然没有。
我错过了什么?
答案 0 :(得分:0)
Checkout Merchant Center中的“Integration Console”为您提供有关回调的信息(发送的XML,收到的XML,HTTP错误等)。希望你能从这些数据中找出问题所在。以下是一些相关链接:
https://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=72217
http://code.google.com/apis/checkout/articles/Troubleshoot_Integration_Console_Errors.html