* Add new paayes.Account resource * Remove uncaptured_charge tests (this has been deprecated from the API).
1.7.2
* Fix a bug that would cause nested objects to be mis-rendered in __str__ and __repr__ methods (github issues 17, 18)
1.7.1
* Prefer App Engine's urlfetch over requests, as that's the only thing that will work in App Engine's environment. Previously, if requests was available in the App Engine environment, we would attempt to use it.
1.7.0
* Add new delete_discount method to paayes.Customer * Add new paayes.Transfer resource * Switch from using HTTP Basic auth to Bearer auth. (Note: Paayes will support Basic auth for the indefinite future, but recommends Bearer auth when possible going forward) * Numerous test suite improvements
1.6.1
* Parameters with value None are no longer included in API requests
CHANGELOG has changed to be Markdown-formatted. Please see CHANGELOG.md.