0.03
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Payment Method for Skrill Transactions for Spree
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.0.0
 Project Readme

Spree Skrill (Moneybookers)

Add support for Skrill / MoneyBookers Quick checkout as a payment method.

Installation

  1. Add the following to your Gemfile
    gem 'spree_skrill', :git => 'git://github.com/spree/spree_skrill.git'
  1. Run bundle install

  2. To copy and apply migrations run: rails g spree_skrill:install

Configuring

  1. Add a new Payment Method, using: BillingIntegration::Skrill::QuickCheckout as the Prodivder

  2. Click Create, and enter your Store's Skrill / MoneyBookers Merchant ID (also called Customer ID) in the field provide.

  3. Save and enjoy!

Testing

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