add friends950 coupon code (950¢ off)

This commit is contained in:
Oliver
2026-06-09 17:50:36 -03:00
parent 53a4f1eb2a
commit 8965340962
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2700,7 +2700,7 @@
})();
/* ── Coupon Badges ──────────────────────────────────── */
const COUPONS = { friends499: 499, creator950: 950, friends1750: 1750 };
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 };
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
function updateCouponBadges() {