-
Notifications
You must be signed in to change notification settings - Fork 21
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
Hotfix: Question answers are cleared from session after stored #1374
Labels
released
This issue/pull request has been released.
Comments
🚀 Issue was released in |
🚀 Issue was released in |
chrisjsimpson
added a commit
that referenced
this issue
Jul 16, 2024
chrisjsimpson
added a commit
that referenced
this issue
Jul 17, 2024
chrisjsimpson
added a commit
that referenced
this issue
Jul 17, 2024
… and refresh individual subscription statuses (#1378) * Fix #1376 As a shop owner, I can download invoices when I view an individual subscriber * #1376 black format * #1376 as a shop owner I can refresh individual subscriptions where the transaction count is > 1 * #1374 refresh_subscription login required * #1376 As a shop owner I can refresh individual subscribers subscription statuses * #1374 refresh_subscription login required * #1376 As a shop owner I can refresh individual subscribers subscription statuses * #1376 format black
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Problem: Question answers are not cleared from session after stored, so if (rare case) a subscriber signs up twice, questions answers will be stored against plans which don't have questions assigned ( #1335 ).
Describe the solution you'd like
Clear question ids in session once stored.
Describe alternatives you've considered
Additional context
#1373
The text was updated successfully, but these errors were encountered: