在 App Engine 中获取 Google Checkout 订单 ID
我有 Jave App Engine 应用程序。
我想从中获取订单号以查看 google checkout 中是否存在。这可能吗?
我所需要做的只是检查我的帐户中是否存在订单号。获取基本信息也很好,但不是必需的。
谢谢!
I have Jave App Engine app.
I would like to fetch to see if an order number exists in google checkout from it. Is this possible?
All I need to do is just check if an order number exists in my account. It would also be nice to fetch basic info as well, but not essential.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。
您好,如果您使用的是 Java App Engine,您应该看看 Google Checkout API for Java。
无论 API 支持什么,Java 也应该提供。
Yes, it is possible.
Hi, if you are using the Java App Engine, you should take a look Google Checkout API for Java.
Whatever supported by the API should be available from Java as well.