mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(donate): hide legacy tiers (#37853)
This commit is contained in:
parent
cb3524ee31
commit
f1ddec3f9b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user