Closed newearthmartin closed 2 years ago
Note to self: we may have issues with Python 2.7 here, which is still officially supported by django-paypal! I'm surprised that the Python 2.7/ Django 1.11 test suite passes because force_str
in Django 1.11 + Python 2 means "force to bytes" - more investigation required.
So the affected code was actually dead, and could be removed. However there were a bunch of other issues, fixed in #247 . Thanks for the PR!
You're welcome ! I didn't know how to run the tests. Thanks for #247
django-paypal gives a compilation error with Django 4 because of the deprecated
force_text