go: first month discount

This commit is contained in:
Frank
2026-03-11 10:46:16 -04:00
parent 734aff9848
commit 61330dfb8a
28 changed files with 68 additions and 19 deletions
+1
View File
@@ -10,5 +10,6 @@ export namespace LiteData {
export const productID = fn(z.void(), () => Resource.ZEN_LITE_PRICE.product)
export const priceID = fn(z.void(), () => Resource.ZEN_LITE_PRICE.price)
export const firstMonth50Coupon = fn(z.void(), () => Resource.ZEN_LITE_PRICE.firstMonth50Coupon)
export const planName = fn(z.void(), () => "lite")
}