mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-10-06 19:25:22 +02:00
Update constants.ts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user