diff options
| author | Dax Raad <[email protected]> | 2026-01-08 18:21:21 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-08 18:21:21 -0500 |
| commit | be34747526db16d3b388567ee87a732f5c30f249 (patch) | |
| tree | 2c61e0a7c0eb62e038b305f495cd5ca27de37865 /infra | |
| parent | 49d9f99924180c88fd22b285b1f546394e90c874 (diff) | |
| download | opencode-be34747526db16d3b388567ee87a732f5c30f249.tar.gz opencode-be34747526db16d3b388567ee87a732f5c30f249.zip | |
add sponsored
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 1e584ca57..f5d2a5f2b 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -111,6 +111,16 @@ 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"), |
