We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
一个好的解决方案是集成 activemerchant 。
它与贝宝网关配合得很好。
查看 github 页面 上的示例
a good solution is to integrate activemerchant .
it works great with the paypal gateway.
look at the example on github page
您需要的宝石就是活跃的商人。如果您仍然需要有关如何集成它的分步说明,请查看: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/
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/