diff options
| author | Frank <[email protected]> | 2026-03-19 18:44:21 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-19 18:44:24 -0400 |
| commit | bd44489ada70cf908b69466f623ca74e800b3fc7 (patch) | |
| tree | 0819979511404c9aba7d1274da7aa83128a65139 /infra | |
| parent | a6ef9e92065937dfeb9920abfd6e88bf95b1e572 (diff) | |
| download | opencode-bd44489ada70cf908b69466f623ca74e800b3fc7.tar.gz opencode-bd44489ada70cf908b69466f623ca74e800b3fc7.zip | |
go: upi payment
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 7b6f21001..22652f2da 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -122,6 +122,7 @@ const ZEN_LITE_PRICE = new sst.Linkable("ZEN_LITE_PRICE", { properties: { product: zenLiteProduct.id, price: zenLitePrice.id, + priceInr: 92900, firstMonth50Coupon: zenLiteCouponFirstMonth50.id, }, }) |
