From cafcee6c99c69bc6b16331e1130ba84a9c8a28f1 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:08:38 +0000 Subject: [PATCH] Add the production billing portal link for static plan page (#5860) --- frontend/src/proprietary/constants/staticStripeLinks.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/proprietary/constants/staticStripeLinks.ts b/frontend/src/proprietary/constants/staticStripeLinks.ts index 3fb45b28c..249a64c9e 100644 --- a/frontend/src/proprietary/constants/staticStripeLinks.ts +++ b/frontend/src/proprietary/constants/staticStripeLinks.ts @@ -4,7 +4,6 @@ * These links are used when Supabase is not configured, allowing users to * purchase licenses directly through Stripe hosted checkout pages. * - * NOTE: These are test environment URLs. Replace with production URLs before release. */ export interface StaticStripeLinks { @@ -28,10 +27,10 @@ export const STATIC_STRIPE_LINKS: StaticStripeLinks = { monthly: '', yearly: '', }, - billingPortal: 'https://billing.stripe.com/p/login/test_aFa5kv1Mz2s10Fr3Cp83C00', + billingPortal: 'https://billing.stripe.com/p/login/5kA6pT6Xa7z59HO4gg', }; -// LINKS FOR TEST SERVER: +// LINKS FOR TEST SERVER: // export const STATIC_STRIPE_LINKS: StaticStripeLinks = { // server: { // monthly: 'https://buy.stripe.com/test_8x27sD4YL9Ut0Fr3Cp83C02',