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
KeyError: 'stripeToken'
File "django/utils/datastructures.py", line 76, in __getitem__
list_ = super().__getitem__(key)
MultiValueDictKeyError: 'stripeToken'
File "django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "donations/views.py", line 41, in charge
source=request.POST['stripeToken']
File "django/utils/datastructures.py", line 78, in __getitem__
raise MultiValueDictKeyError(key)
The text was updated successfully, but these errors were encountered:
Sentry Issue: DJANGO-GIRLS-WEBSITE-3N
The text was updated successfully, but these errors were encountered: