From 7d4aed88190811578fa4c19b90acbc33d54d496d Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 4 Feb 2026 20:37:05 -0800 Subject: [PATCH] Add prod price ids --- server/lib/billing/licenses.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/lib/billing/licenses.ts b/server/lib/billing/licenses.ts index a481527e..3fecb32b 100644 --- a/server/lib/billing/licenses.ts +++ b/server/lib/billing/licenses.ts @@ -9,8 +9,8 @@ export type LicensePriceSet = { export const licensePriceSet: LicensePriceSet = { // Free license matches the freeLimitSet - [LicenseId.SMALL_LICENSE]: "price_1SxDwuDCpkOb237Bz0yTiOgN", - [LicenseId.BIG_LICENSE]: "price_1SxDy0DCpkOb237BWJxrxYkl" + [LicenseId.SMALL_LICENSE]: "price_1SxKHiD3Ee2Ir7WmvtEh17A8", + [LicenseId.BIG_LICENSE]: "price_1SxKHiD3Ee2Ir7WmMUiP0H6Y" }; export const licensePriceSetSandbox: LicensePriceSet = {