Grails 和 PayPal(快速结帐)
Grails 有两个 PayPal 插件,我发现的第一个已经有一年了,而且似乎秩序井然。 第二个版本有点旧,显然与 1.1+ 不兼容。
如果我决定不使用现有插件,那么为 Grails 实现简单的 Express Checkout 流程的最佳方法是什么?我不完全确定如何使用 PayPal API,并且随着迁移到 X.com,他们的文档目前非常混乱。
There are two PayPal plugins for Grails, the first I found is a year old and seems to be in well enough order. The second it a bit older and apparently not compatible with 1.1+.
If I decide to not use an existing plugin what is the best way to implement a simple Express Checkout flow for Grails? I'm not entirely sure what goes into working with the PayPal API, and their documents are quite the mess at the moment with the move to X.com.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我从 Paypal 插件中透露的 IPNcontroller,以满足 Paypal IPN 要求。它正在生产中。
Here is the IPNcontroller I revealed from the Paypal plugin to match Paypal IPN requirement. It is in production.