Search code examples
ruby-on-railsapipaypalpaypal-buttons

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


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


Solution

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

    look at the example on github page