Skip to content

Commit

Permalink
Update route.ts (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: wilkes-stripe <[email protected]>
  • Loading branch information
wilkes-stripe authored Dec 4, 2024
1 parent 6b63b7f commit 71ae9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/customer_portal/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function GET(req: NextRequest) {
const returnUrl =
process.env.NODE_ENV === 'development'
? 'http://localhost:3000/billing'
: 'https://stripe-connect-furever-v2.onrender.com/billing';
: 'https://v2.furever.dev/billing';

const billingPortalSession = await stripe.billingPortal.sessions.create({
customer: accountId,
Expand Down

0 comments on commit 71ae9f9

Please sign in to comment.