vcatalano / py-authorize

A full-featured Python API for the Authorize.net payment gateway.
MIT License
42 stars 35 forks source link

Fix monkey patching to pass kwargs required by Python 3.4 #34

Closed tcosprojects closed 9 years ago

tcosprojects commented 9 years ago

This allows the library to work with Python 3.4 as stated on PyPI

jsma commented 9 years ago

@vcatalano what are your thoughts on this? Python 3.4 is broken at the moment but this seems to fix the issue.