From cc3c88f7b6ff72954689806fd78a2815cd9aad04 Mon Sep 17 00:00:00 2001 From: Charley_Campbell Date: Thu, 21 Nov 2024 09:47:50 +0000 Subject: [PATCH] Updated discount promo code for the black friday campaign --- .../components/marketing/epics/ContributionsEpic.stories.tsx | 2 +- .../marketing/epics/ctas/ContributionsEpicCtasContainer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx b/dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx index 653c4c8d1d2..33f8f4d4564 100644 --- a/dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx +++ b/dotcom-rendering/src/components/marketing/epics/ContributionsEpic.stories.tsx @@ -487,7 +487,7 @@ export const WithThreeTierDiscountChoiceCards: Story = { cta: { text: 'Support the Guardian', baseUrl: - 'https://support.theguardian.com/uk/contribute?promoCode=OCT_DISCOUNT_50_3_MONTHS', + 'https://support.theguardian.com/uk/contribute?promoCode=BLACK_FRIDAY_DISCOUNT_2024', }, }, }, diff --git a/dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicCtasContainer.tsx b/dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicCtasContainer.tsx index 4c2cd4189bb..f6ce1e4af64 100644 --- a/dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicCtasContainer.tsx +++ b/dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicCtasContainer.tsx @@ -58,7 +58,7 @@ export const ContributionsEpicCtasContainer: ReactComponent = ({ showChoiceCards && variant.name.includes('US_CHECKOUT_PAGE'); const hasSupporterPlusPromoCode = - variant.cta?.baseUrl.includes('OCT_DISCOUNT_50_3_MONTHS') ?? false; + variant.cta?.baseUrl.includes('BLACK_FRIDAY_DISCOUNT_2024') ?? false; const variantOfChoiceCard = countryCode === 'US' && showUSSupportCheckout