Skip to content
adamthedeveloper edited this page Nov 26, 2011 · 5 revisions

Gemfile gem 'wepay-rails'

Bundler bundle install

Create the migration to store the wepay checkout records, as well as create the WepayCheckoutRecords model rails g wepay-rails:install

Copy the example wepay.yml.example file to wepay.yml and adjust to your app's needs cd config && cp wepay.yml.example wepay.yml

Set up your cart and checkout controller to send the users off to wepay so you can get yo cash money!

Clone this wiki locally