- Require Python 3.6.
- Switch to setup.cfg.
Improvements
- Add the optional
recurringfield to payment requests (Greg McCoy). Note: This does not automate transaction processing. See thepay_by_ccfunction docstring and SecurePay docs for details.
Improvements
- Add
securepay.LIVE_API_URLandsecurepay.TEST_API_URLso 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