Moneybookers
Ruby client for Moneybookers service.
Refer to Moneybookers documentation:
Configuration
require "moneybookers"
Moneybookers.configure do |config|
config.merchant_id = "merchant_id"
config.email = "[email protected]"
config.secret_word_md5 = "md5-of-secret-word"
config.password = "md5-of-password"
config.pay_to_email = "[email protected]"
end
Payment Gateway
API
Pay On Demand
TODO:
- Support rest of API
- More tests
- Docs
Copyright
Copyright © 2011 Wojciech Wnętrzak. See LICENSE for details.