forked from dkd/paymill-ruby
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
max-power edited this page Nov 23, 2012
·
11 revisions
Add this line to your application's Gemfile:
gem 'paymill'
And then execute:
$ bundle
Or install it yourself as:
$ gem install paymill
To authenticate at the Paymill API, you need the private key of your test or live account.
Paymill.api_key = 'f468bc297970c4d8a27f6b18ab9e5042'
or
Paymill.configure do |config]
config.api_key = 'f468bc297970c4d8a27f6b18ab9e5042'
end