Sha256: 6bed71183765c477cfeb67130e34fee94f59809fd03c7764dc666067cd2eb3cd

Contents?: true

Size: 887 Bytes

Versions: 3

Compression:

Stored size: 887 Bytes

Contents

# Spree Skrill (Moneybookers)

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

## Installation

1. Add the following to your Gemfile

<pre>
    gem 'spree_skrill', :git => 'git://github.com/spree/spree_skrill.git'
</pre>

2. Run `bundle install`

3. 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_skrill-1.0.2 README.md
spree_skrill-1.0.1 README.md
spree_skrill-1.0.0 README.md