Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiValueDictKeyError: 'stripeToken' #764

Closed
sentry-io bot opened this issue Apr 11, 2022 · 1 comment
Closed

MultiValueDictKeyError: 'stripeToken' #764

sentry-io bot opened this issue Apr 11, 2022 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 11, 2022

Sentry Issue: DJANGO-GIRLS-WEBSITE-3N

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)
amakarudze added a commit that referenced this issue Jan 30, 2024
Fixes #920 and #764. Resolved MVDkeyError in Stripe token
@amakarudze
Copy link
Contributor

This issue was resolved by #938 so am closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant