-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove digisub gift references from client side #6747
Conversation
Size Change: -549 B (-0.03%) Total Size: 1.89 MB ℹ️ View Unchanged
|
@@ -17,23 +17,6 @@ export const pageUrlRegexes = { | |||
genericCheckoutOnly: '(uk|us|au|ca|eu|nz|int)/checkout|thank-you(/.*)?$', | |||
}, | |||
subscriptions: { | |||
subsDigiSubPages: '(/??/subscribe(\\?.*)?$|/??/subscribe/digital(\\?.*)?$)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These all are irrelevant now because the digisub page is at /subscribe/digitaledition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! 👏
Seen on PROD (merged by @andrewHEguardian 10 minutes and 6 seconds ago)
Sentry Release: support-client-side, support |
What are you doing in this PR?
Removing any references to digisub gifting from the client side after it was removed from the server (#6736)
Trello Card
How to test
/subscribe/digital
redirects to/contribute
through fastly)