- Require Python 3.6.
- Switch to setup.cfg.
Improvements
- Add the optional
recurring
field to payment requests (Greg McCoy). Note: This does not automate transaction processing. See thepay_by_cc
function docstring and SecurePay docs for details.
Improvements
- Add
securepay.LIVE_API_URL
andsecurepay.TEST_API_URL
so you don't have to define them yourself.
Bug fixes
- Fixed support for Python 2.7.
- Enabled tests for Python 2.7, 3.3 and 3.4 with Tox