简体   繁体   English

使用Rails进行PayPal自适应支付3

[英]PayPal Adaptive Payments with Rails 3

I'm looking for a lightweight gem that will allow me to do Adaptive Payments with PayPal through my Rails 3 application. 我正在寻找一种轻巧的宝石,它将允许我通过Rails 3应用程序使用PayPal进行自适应支付。

I've looked at https://github.com/jpablobr/active_paypal_adaptive_payment and https://github.com/tc/paypal_adaptive . 我看过https://github.com/jpablobr/active_paypal_adaptive_paymenthttps://github.com/tc/paypal_adaptive

Neither of them have worked for me so far (tested on Heroku). 到目前为止,他们都没有为我工作(在Heroku上测试)。 Does anyone know of any up-to-date solution? 有谁知道最新的解决方案?

I use active_paypal_adaptive_payment and it works reasonably well. 我使用active_paypal_adaptive_payment,并且效果很好。 I've also sent some pull requests to it which make it work better. 我也向它发送了一些拉取请求,以使其更好地工作。 :-P :-P

On rails 3 we use 在轨道3上,我们使用

gem 'paypal_adaptive', '0.1.0'

That has worked for us in production using Rails 3.0.7 在使用Rails 3.0.7的生产中,这已经对我们有用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM