[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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request