Skip to content

Commit 8b412fa

Browse files
author
“LAKSHMIRPILLAI”
committed
Update correct promoCode
1 parent 8b2bd9a commit 8b412fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export const WithThreeTierDiscountChoiceCardsNonUS: Story = {
362362
cta: {
363363
text: 'Support the Guardian',
364364
baseUrl:
365-
'https://support.theguardian.com/uk/contribute?promoCode=30OFF3APRIL',
365+
'https://support.theguardian.com/uk/contribute?promoCode=30OFFAPRIL',
366366
},
367367
},
368368
},

dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicCtasContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const ContributionsEpicCtasContainer: ReactComponent<Props> = ({
5656
] = useState<SupportTier>('SupporterPlus');
5757

5858
const hasPromoCodeInUrl =
59-
variant.cta?.baseUrl.includes('30OFF3APRIL') ?? false;
59+
variant.cta?.baseUrl.includes('30OFFAPRIL') ?? false;
6060

6161
// Check the dates
6262
const isDiscountActive =

0 commit comments

Comments
 (0)