Is there any gem to integrate paypal button api to rails application?

5k Views Asked by At

Is there any gem to integrate paypal button api to rails application?

3

There are 3 best solutions below

0
On BEST ANSWER

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

look at the example on github page

0
On

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/

0
On

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/