-
Notifications
You must be signed in to change notification settings - Fork 13
Switch on paper plus #7097
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
Switch on paper plus #7097
Conversation
Size Change: +4 B (0%) Total Size: 1.52 MB ℹ️ View Unchanged
|
79917ed
to
0a931a6
Compare
c0a2e00
to
5aa8a83
Compare
5aa8a83
to
2ce08f0
Compare
…witch-on-paper-plus # Conflicts: # support-frontend/assets/pages/paper-subscription-landing/components/paperProductPrices.tsx
@@ -203,7 +205,8 @@ const productPrices = { | |||
EverydayPlus: { | |||
Monthly: { | |||
GBP: { | |||
price: 29.19, | |||
price: 62.79, |
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.
Just checking, presume this is supposed to differ to 67.79 in ProductInfoMock.ts
@@ -96,8 +96,8 @@ const productPrices = { | |||
EverydayPlus: { | |||
Monthly: { | |||
GBP: { | |||
price: 29.2, | |||
savingVsRetail: 41, | |||
price: 47.62, |
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.
Just checking, presume this is supposed to differ to 55.69 in ProductInfoMock.ts
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.
LG, couple of price diffs just though worth checking.
Seen on PROD (merged by @rupertbates 8 minutes and 48 seconds ago)
Sentry Release: support-client-side, support |
These are the rate plans we're actively selling now (since #7097) so it makes sense to test against these.
What are you doing in this PR?
This PR follows on from #7093 and #7082 and switches all newspaper acquisitions from paper only to paper plus digital product rate plans.
Trello Card