Online Marketplace Payments
pip install balanced
View Balanced's online tutorial and documentation at https://www.balancedpayments.com/docs/overview?language=python
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Write your code and unit tests
- Ensure all tests still pass (
nosetests
) - PEP8 your code
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request