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
Trying to cancel a subscription results in no error message displayed to user, but subscription is not deleted.
Debug
Cancel subscription debug (there doesn't seem to be any error when actually pressing cancel, but there is an error when the 'are you sure you want to cancel' page is loaded), not sure if relevant:
Exception while resolving variable 'errors' in template 'pinax/stripe/subscription_delete.html'.
Traceback (most recent call last):
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/django/template/base.py", line 835, in _resolve_lookup
current = current[bit]
File "/home/rchase/hostifinetenv/lib/python3.6/site-packages/django/template/context.py", line 83, in __getitem__
raise KeyError(key)
KeyError: 'errors'
The text was updated successfully, but these errors were encountered:
reillychase
changed the title
Delete Account and Cancel Subscription fail
Cancel Subscription fails
Mar 30, 2018
Issue Summary
Trying to cancel a subscription results in no error message displayed to user, but subscription is not deleted.
Debug
Cancel subscription debug (there doesn't seem to be any error when actually pressing cancel, but there is an error when the 'are you sure you want to cancel' page is loaded), not sure if relevant:
The text was updated successfully, but these errors were encountered: