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,