You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an TypeError NoneType object is not subscriptable when issuing a transaction and then aborting it during the payment process. Sofort.com redirects back with the following transaction content:
I checked the code at this line and it only checks for KeyError but not for TypeError.
I'm getting an
TypeError NoneType object is not subscriptable
when issuing a transaction and then aborting it during the payment process. Sofort.com redirects back with the following transaction content:I checked the code at this line and it only checks for
KeyError
but not forTypeError
.django-payments/payments/sofort/__init__.py
Lines 92 to 96 in 3a39db0
Am I missing something?
The text was updated successfully, but these errors were encountered: