From f1ddec3f9bb5766bfeb88956adda238923d5212e Mon Sep 17 00:00:00 2001 From: mrugesh <1884376+raisedadead@users.noreply.github.com> Date: Mon, 9 Dec 2019 11:38:20 +0530 Subject: [PATCH] fix(donate): hide legacy tiers (#37853) --- .../components/Donation/components/DonateServicebotEmbed.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Donation/components/DonateServicebotEmbed.js b/client/src/components/Donation/components/DonateServicebotEmbed.js index d3fd85a16b..dc9de11835 100644 --- a/client/src/components/Donation/components/DonateServicebotEmbed.js +++ b/client/src/components/Donation/components/DonateServicebotEmbed.js @@ -36,9 +36,9 @@ export class DonationServicebotEmbed extends Component { cancel_now: true, disableCoupon: true, forceCard: true, - disableTiers: [ - 'Monthly $10 Donation - Unavailable', - 'Monthly $3 Donation - Unavailable' + hideTiers: [ + 'Monthly $3 Donation - Unavailable', + 'Monthly $10 Donation - Unavailable' ], card: { hideName: true,