Add support for Skrill / MoneyBookers Quick checkout as a payment method.
- Add the following to your Gemfile
gem 'spree_skrill', :git => 'git://github.com/spree/spree_skrill.git'
-
Run
bundle install
-
To copy and apply migrations run:
rails g spree_skrill:install
-
Add a new Payment Method, using:
BillingIntegration::Skrill::QuickCheckout
as theProdivder
-
Click
Create
, and enter your Store's Skrill / MoneyBookers Merchant ID (also called Customer ID) in the field provide. -
Save
and enjoy!
Be sure to add the rspec-rails gem to your Gemfile and then create a dummy test app for the specs to run against.
$ bundle exec rake test app
$ bundle exec rspec spec
Copyright (c) 2011 [name of extension creator], released under the New BSD License