-
Notifications
You must be signed in to change notification settings - Fork 4
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
DigiSub routes and cancellation reasons #1275
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Renamed ConfirmCancellation to be a bit more verbose that it is for DigiSubs Added in route on Offer page to the confirm page Added in cancellation endpoint on the confirm cancellation page
added in cypress test but still wip
…rrently isn't working.
ammended font in manage products table
…inked up and the navigation back into the journey is stopped
- only go to reminders if Membership
client/components/mma/accountoverview/manageProducts/ManageProductV2.tsx
Show resolved
Hide resolved
KentGrm
previously approved these changes
Dec 12, 2023
client/components/mma/accountoverview/manageProducts/ManageProductV2.tsx
Outdated
Show resolved
Hide resolved
client/components/mma/cancel/cancellationSaves/SelectReason.tsx
Outdated
Show resolved
Hide resolved
andrewHEguardian
previously approved these changes
Dec 12, 2023
andrewHEguardian
approved these changes
Dec 13, 2023
Seen on PROD (created by @charleycampbell and merged by @andrewHEguardian 4 hours, 27 minutes and 36 seconds ago) Please check your changes! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this change?
Adds in the routes for the new Digi Sub saves journey.
Adds in new screen with the DigiSub Cancellation reasons
How to test
Go to
/digital/?withFeature=digisubSave
and see new Manage product page. Click 'Cancel subscription'. Follow cancellation (except Discount). See Reasons at end of journey.How can we measure success?
Have we considered potential risks?
Images
New cancellation reasons screen
Accessibility