File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export const DOCS_URL = 'https://docs.opensaas.sh';
1010export const BLOG_URL = 'https://docs.opensaas.sh/blog' ;
1111
1212const 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
1616export const STRIPE_CUSTOMER_PORTAL_LINK = isDevEnv
1717 ? customerPortalTestUrl
You can’t perform that action at this time.
0 commit comments