Skip to content

Commit

Permalink
Update customer portal link
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Apr 12, 2024
1 parent fc65f70 commit fca3a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const BLOG_URL = 'https://docs.opensaas.sh/blog';

const isDevEnv = process.env.NODE_ENV !== 'production';
const customerPortalTestUrl = 'https://billing.stripe.com/p/login/test_4gw7vg40I7vt00wbII'; // 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
const customerPortalProdUrl = 'https://billing.stripe.com/p/login/3cs8A7ccg7JW5cQ5kk'; // TODO: add before deploying to production

export const STRIPE_CUSTOMER_PORTAL_LINK = isDevEnv ? customerPortalTestUrl : customerPortalProdUrl;

Expand Down

0 comments on commit fca3a0c

Please sign in to comment.