-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Purchases: unsubscribed state still active after renewal #161
Comments
This can probably be fixed together with #189. |
The current solution for #189 is to replace the currently saved purchase object with a new one returned by the Unless anyone has a better one, I think a realistic solution for v1 is just to display the entire |
test: add whitelist site.settings tests
Reported by @TheSteveK.
The unsubscribed state noticed is still displayed after renewal, for a short moment. This shouldn't happen as renewals resubscribe unsubscribed products.
Steps to reproduce:
/purchases
and select an unsubscribed product.Manage Purchase
. Note that the unsubscribed state notice is still there, though it disappears in a few seconds once the information about the subscription is updated.Before:
After:
Related to 11802-gh-calypso-pre-oss (cc @andreabadgley who also noted this back then).
The text was updated successfully, but these errors were encountered: