Hi @spookylukey,
I have not debugged any aspect of the package, but this error is certain:
File ".../site-packages/django/forms/forms.py", line 339, in _clean_fields
value = field.clean(value)
^^^^^^^^^^^^^^^^^^
File ".../site-packages/django/forms/fields.py", line 204, in clean
value = self.to_python(value)
^^^^^^^^^^^^^^^^^^^^^
File ".../site-packages/paypal/standard/forms.py", line 91, in to_python
dt = timezone.make_naive(dt, timezone=timezone.utc)
^^^^^^^^^^^^
AttributeError: module 'django.utils.timezone' has no attribute 'utc'
Hi @spookylukey, I have not debugged any aspect of the package, but this error is certain: