fix(donate): hide legacy tiers (#37853)
This commit is contained in:
@ -36,9 +36,9 @@ export class DonationServicebotEmbed extends Component {
|
|||||||
cancel_now: true,
|
cancel_now: true,
|
||||||
disableCoupon: true,
|
disableCoupon: true,
|
||||||
forceCard: true,
|
forceCard: true,
|
||||||
disableTiers: [
|
hideTiers: [
|
||||||
'Monthly $10 Donation - Unavailable',
|
'Monthly $3 Donation - Unavailable',
|
||||||
'Monthly $3 Donation - Unavailable'
|
'Monthly $10 Donation - Unavailable'
|
||||||
],
|
],
|
||||||
card: {
|
card: {
|
||||||
hideName: true,
|
hideName: true,
|
||||||
|
Reference in New Issue
Block a user