[WIP] -> WORK IN PROGRESS

Plase wait day or two to next release. Next update will be 26.5.2014

Thank you very much.

SkrillPayments

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'skrill_payments'

And then execute:

$ bundle

Or install it yourself as:

$ gem install skrill_payments

Create config initializer for Skrill Payments.

For example, create a file config/initializers/skrill_payments.rb with following content:

Rails.configuration.scrill_payments_email = '[email protected]' Rails.configuration.scrill_payments_password = '3427342378427834782347832' # MD5

Usage

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request