diff options
| author | GitHub Action <[email protected]> | 2026-01-22 18:17:10 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-22 18:17:10 +0000 |
| commit | 5a4eec5b08be6c36561fa06f056a330d3b402b34 (patch) | |
| tree | aa1e158844fd361b81157a9444bc2f6b1a49924a /infra | |
| parent | e17b8756412f293b2383c29583339eb0a7d25ce3 (diff) | |
| download | opencode-5a4eec5b08be6c36561fa06f056a330d3b402b34.tar.gz opencode-5a4eec5b08be6c36561fa06f056a330d3b402b34.zip | |
chore: generate
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/console.ts b/infra/console.ts index 065166da9..3d482160d 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -109,9 +109,9 @@ const zenPriceProps = { intervalCount: 1, }, } -const zenPrice200 = new stripe.Price("ZenBlackPrice", { ...zenPriceProps, unitAmount: 20000, }) -const zenPrice100 = new stripe.Price("ZenBlack100Price", { ...zenPriceProps, unitAmount: 10000, }) -const zenPrice20 = new stripe.Price("ZenBlack20Price", { ...zenPriceProps, unitAmount: 2000, }) +const zenPrice200 = new stripe.Price("ZenBlackPrice", { ...zenPriceProps, unitAmount: 20000 }) +const zenPrice100 = new stripe.Price("ZenBlack100Price", { ...zenPriceProps, unitAmount: 10000 }) +const zenPrice20 = new stripe.Price("ZenBlack20Price", { ...zenPriceProps, unitAmount: 2000 }) const ZEN_BLACK_PRICE = new sst.Linkable("ZEN_BLACK_PRICE", { properties: { product: zenProduct.id, |
