From e49d19ceecef0d957b53e74170ae6289363beea3 Mon Sep 17 00:00:00 2001 From: Thibault Le Ouay Date: Tue, 30 Jul 2024 10:27:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=A6=20stripe=20new=20pricing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/api/src/router/stripe/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/router/stripe/utils.ts b/packages/api/src/router/stripe/utils.ts index d8af8841..8e4dafbd 100644 --- a/packages/api/src/router/stripe/utils.ts +++ b/packages/api/src/router/stripe/utils.ts @@ -42,7 +42,7 @@ export const PLANS = [ monthly: { priceIds: { test: "price_1OVHPlBXJcTfzsyJvPlB1kNb", - production: "price_1PdJ4eBXJcTfzsyJ0hsHMAxh", + production: "price_1PiBNnBXJcTfzsyJu65D9wfN", }, }, }, -- 2.51.2