add friends950 coupon code (950¢ off)
This commit is contained in:
@@ -629,7 +629,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ── Coupon Badges ──────────────────────────────────────── */
|
/* ── 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 };
|
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
|
||||||
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
||||||
function updateCouponBadges() {
|
function updateCouponBadges() {
|
||||||
|
|||||||
+1
-1
@@ -2700,7 +2700,7 @@
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
/* ── Coupon Badges ──────────────────────────────────── */
|
/* ── 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 };
|
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
|
||||||
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
|
||||||
function updateCouponBadges() {
|
function updateCouponBadges() {
|
||||||
|
|||||||
Reference in New Issue
Block a user