Stairs Balanced Plugin
Stairs plugin for setting up Balanced Payments.
Installation
Install stairs-steps-balanced
gem alongside stairs
Usage
In your stairs setup script:
setup :balanced
This will write the following ENV vars: BALANCED_URI
, BALANCED_KEY
Options
You can optionally specify the names for the ENV vars this step will write to:
-
marketplace_uri
: ENV var name for Balanced Marketplace URI -
key
: ENV var name for Balanced API key
setup :balanced, marketplace_uri: "BALANCED_MARKETPLACE_URI"
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