mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-10-10 06:22:38 +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';
|
export const BLOG_URL = 'https://docs.opensaas.sh/blog';
|
||||||
|
|
||||||
const isDevEnv = process.env.NODE_ENV !== 'production';
|
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 customerPortalTestUrl = '<your-url-here>'; // 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 customerPortalProdUrl = '<your-url-here>'; // TODO: add before deploying to production
|
||||||
|
|
||||||
export const STRIPE_CUSTOMER_PORTAL_LINK = isDevEnv
|
export const STRIPE_CUSTOMER_PORTAL_LINK = isDevEnv
|
||||||
? customerPortalTestUrl
|
? customerPortalTestUrl
|
||||||
|
Reference in New Issue
Block a user