是否有任何 gem 将 paypal 按钮 api 集成到 Rails 应用程序?

发布于 2024-10-16 22:49:45 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

未蓝澄海的烟 2024-10-23 22:49:45

一个好的解决方案是集成 activemerchant
它与贝宝网关配合得很好。

查看 github 页面 上的示例

a good solution is to integrate activemerchant .
it works great with the paypal gateway.

look at the example on github page

倥絔 2024-10-23 22:49:45

您需要的宝石就是活跃的商人。如果您仍然需要有关如何集成它的分步说明,请查看:http://spin.atomicobject.com/2011/10/24/integrating-paypal-express-with-rails-3-1-part-1/

The one gem you need is activemerchant. If you still need a step-by-step instruction on how to integrate it, check out: http://spin.atomicobject.com/2011/10/24/integrating-paypal-express-with-rails-3-1-part-1/

南街九尾狐 2024-10-23 22:49:45

activemerchant 是集成 Paypal 的最佳方式。您可以参考 http://railscasts.com/剧集/144-活跃商家-基础知识
http://railscasts.com/episodes/145-integrating-active-merchant Rails 转换教程。
还有一些其他的宝石,比如我在谷歌上找到的 paypal_adaptive ..
你也可以尝试这个。
http://webtempest.com/paypal-adaptive-with-rails-3/

activemerchant is the best way to integrate Paypal..You can refer http://railscasts.com/episodes/144-active-merchant-basics
http://railscasts.com/episodes/145-integrating-active-merchant Rails casts tutorial.
Still there are some other gems like paypal_adaptive i got on google..
You can try this also.
http://webtempest.com/paypal-adaptive-with-rails-3/

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