Skip to content

Commit 962644a

Browse files
committed
Update constants.ts
1 parent 35d7a59 commit 962644a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/shared/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const DOCS_URL = 'https://docs.opensaas.sh';
1010
export const BLOG_URL = 'https://docs.opensaas.sh/blog';
1111

1212
const isDevEnv = process.env.NODE_ENV !== 'production';
13-
const customerPortalTestUrl = 'https://cool.com'; // TODO: find your test url at https://dashboard.stripe.com/test/settings/billing/portal
14-
const customerPortalProdUrl = 'https://cool.com'; // TODO: add before deploying to production
13+
const customerPortalTestUrl = '<your-url-here>'; // TODO: find your test url at https://dashboard.stripe.com/test/settings/billing/portal
14+
const customerPortalProdUrl = '<your-url-here>'; // TODO: add before deploying to production
1515

1616
export const STRIPE_CUSTOMER_PORTAL_LINK = isDevEnv
1717
? customerPortalTestUrl

0 commit comments

Comments
 (0)