fix(donate): hide legacy tiers (#37853)

This commit is contained in:
mrugesh 2019-12-09 11:38:20 +05:30 committed by GitHub
parent cb3524ee31
commit f1ddec3f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,