Update constants.ts

This commit is contained in:
vincanger
2024-01-10 16:59:30 -05:00
parent 35d7a5955c
commit 962644a325

View File

@@ -10,8 +10,8 @@ export const DOCS_URL = 'https://docs.opensaas.sh';
export const BLOG_URL = 'https://docs.opensaas.sh/blog';
const isDevEnv = process.env.NODE_ENV !== 'production';
const customerPortalTestUrl = 'https://cool.com'; // TODO: find your test url at https://dashboard.stripe.com/test/settings/billing/portal
const customerPortalProdUrl = 'https://cool.com'; // TODO: add before deploying to production
const customerPortalTestUrl = '<your-url-here>'; // TODO: find your test url at https://dashboard.stripe.com/test/settings/billing/portal
const customerPortalProdUrl = '<your-url-here>'; // TODO: add before deploying to production
export const STRIPE_CUSTOMER_PORTAL_LINK = isDevEnv
? customerPortalTestUrl