We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gemfile gem 'wepay-rails'
gem 'wepay-rails'
Bundler bundle install
bundle install
Create the migration to store the wepay checkout records, as well as create the WepayCheckoutRecords model rails g wepay-rails:install
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
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!