mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
ci
This commit is contained in:
parent
be34747526
commit
80772e5ac2
@ -111,16 +111,6 @@ const zenPrice = new stripe.Price("ZenBlackPrice", {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
const zenSponsoredPrice = new stripe.Price("ZenBlackSponsoredPrice", {
|
|
||||||
product: zenProduct.id,
|
|
||||||
unitAmount: 0,
|
|
||||||
currency: "usd",
|
|
||||||
recurring: {
|
|
||||||
interval: "month",
|
|
||||||
intervalCount: 1,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
const ZEN_MODELS = [
|
const ZEN_MODELS = [
|
||||||
new sst.Secret("ZEN_MODELS1"),
|
new sst.Secret("ZEN_MODELS1"),
|
||||||
new sst.Secret("ZEN_MODELS2"),
|
new sst.Secret("ZEN_MODELS2"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user