delay removing first month discount

This commit is contained in:
Frank 2026-08-24 04:00:55 -04:00
parent 4371298fff
commit 754bb7e390

View file

@ -328,6 +328,7 @@ export namespace Billing {
return LiteData.threeMonths100Coupon
if (coupons.some((coupon) => coupon.type === "GOFREEMONTH" && !coupon.timeRedeemed))
return LiteData.firstMonth100Coupon
if (!coupons.some((coupon) => coupon.type === "GO1MONTH50")) return LiteData.firstMonth50Coupon
return undefined
})()
const createSession = () =>