From 908a96ee35708c079a9bf8f65d04a924fd99e44f Mon Sep 17 00:00:00 2001 From: Brian Cooper Date: Mon, 6 Jul 2026 13:37:21 -0700 Subject: [PATCH] fix(billing): send post-checkout users to the org billing page --- src/components/pricing/PriceCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pricing/PriceCard.tsx b/src/components/pricing/PriceCard.tsx index f54b01b..37a8db2 100644 --- a/src/components/pricing/PriceCard.tsx +++ b/src/components/pricing/PriceCard.tsx @@ -100,7 +100,7 @@ const PriceCard = ({ return createCheckoutWithWorkspace({ data: { priceId: price.id, - successUrl: `${BASE_URL}/workspaces/__SLUG__/settings`, + successUrl: `${BASE_URL}/organizations/__SLUG__/billing`, cancelUrl: `${BASE_URL}/pricing`, ...params, },