fix: merge issues

This commit is contained in:
David Nguyen
2023-09-19 15:14:47 +10:00
committed by Mythie
parent f45cd81b5f
commit 81eea4213c

View File

@ -75,6 +75,6 @@ export const createBillingPortal = async () => {
return getPortalSession({
customerId: stripeCustomer.id,
returnUrl: `${process.env.NEXT_PUBLIC_APP_URL}/settings/billing`,
returnUrl: `${process.env.NEXT_PUBLIC_WEBAPP_URL}/settings/billing`,
});
};