From 5a4eec5b08be6c36561fa06f056a330d3b402b34 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 22 Jan 2026 18:17:10 +0000 Subject: chore: generate --- infra/console.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'infra') 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, -- cgit v1.2.3