This rails project uses PayPal's ruby sdk
- rails g paypal:sdk:install
- Replace client_id and client_secret in config/paypal.yml
- bundle install
- rails s
- visit
- http://localhost:3000/payments/clientside #for client side payments
- http://localhost:3000/payments/serverside # for server side payments
- http://localhost:3000/payments/subscribe #for subscription using PayPal button provided in merchant account
- http://localhost:3000/subscription/show #for server side subscription