diff options
| author | Dax Raad <[email protected]> | 2026-01-08 18:26:51 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-08 18:26:51 -0500 |
| commit | 80772e5ac2c91514b9a6e30bf0b48a6a4c979ec8 (patch) | |
| tree | 282afd0868fdf1c781598a3f55145ef4c250fdd7 | |
| parent | be34747526db16d3b388567ee87a732f5c30f249 (diff) | |
| download | opencode-80772e5ac2c91514b9a6e30bf0b48a6a4c979ec8.tar.gz opencode-80772e5ac2c91514b9a6e30bf0b48a6a4c979ec8.zip | |
ci
| -rw-r--r-- | infra/console.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/infra/console.ts b/infra/console.ts index f5d2a5f2b..1e584ca57 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -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 = [ new sst.Secret("ZEN_MODELS1"), new sst.Secret("ZEN_MODELS2"), |
