Skip to content

Commit

Permalink
add feast benefit to the list of benefits for supporter plus (call ac…
Browse files Browse the repository at this point in the history
…cess digital) and tier three customers
  • Loading branch information
Richard Bangay committed Jan 6, 2025
1 parent c1b47ea commit 54a1302
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const newsApp = {
description: 'Read our reporting on the go',
};

const feastApp = {
name: 'Unlimited access to the Guardian Feast App',
description: 'Make a feast out of anything with the Guardian’s recipe app',
};

const adFree = {
name: 'Ad-free reading.',
description: 'Avoid ads on all your devices',
Expand Down Expand Up @@ -64,7 +69,7 @@ export function filterBenefitByRegion(
return benefit.specificToRegions === undefined;
}

export const supporterPlusSwitchBenefits = [newsApp, adFree];
export const supporterPlusSwitchBenefits = [newsApp, feastApp, adFree];

export const benefitsConfiguration: {
[productType in ProductTypeKeys]: ProductBenefit[];
Expand All @@ -81,6 +86,7 @@ export const benefitsConfiguration: {
supporterNewsletter,
uninterruptedReading,
newsApp,
feastApp,
adFree,
partnerOffers,
],
Expand All @@ -89,6 +95,7 @@ export const benefitsConfiguration: {
supporterNewsletter,
uninterruptedReading,
newsApp,
feastApp,
adFree,
partnerOffers,
],
Expand Down

0 comments on commit 54a1302

Please sign in to comment.