mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-26 18:42:10 +00:00
delay removing first month discount
This commit is contained in:
parent
4371298fff
commit
754bb7e390
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue