Closed felixonmars closed 4 years ago
Fixes errors in the new Python release:
File "/build/python-braintree/src/braintree_python-3.57.1/braintree/transparent_redirect_gateway.py", line 52, in _parse_and_validate_query_string query_params = cgi.parse_qs(query_string) AttributeError: module 'cgi' has no attribute 'parse_qs'
nosetests tests/unit
Sorry for the long delay, this looks great. I ran the integration tests against python 3.7 and 3.8 and everything looks :+1:
This is out in 3.58.0. Thanks for your work on this!
Fixes errors in the new Python release:
Summary
Checklist
nosetests tests/unit
)