No commit activity in last 3 years
No release in over 3 years
Stairs plugin for setting up Balanced Payments
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0

Runtime

~> 0.7.0
< 0.8.0, >= 0.5.0
 Project Readme

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

  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