[web] purchase/tazapay: go live

This commit is contained in:
Yangshun 2025-08-18 15:15:37 +08:00
parent c19f16659c
commit 55351b2fef
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ export const INTERVIEWS_JS_COMMUNITY_SOLUTIONS_IS_LIVE =
process.env.NEXT_PUBLIC_VERCEL_ENV !== 'production';
export const INTERVIEWS_UI_COMMUNITY_SOLUTIONS_IS_LIVE =
process.env.NEXT_PUBLIC_VERCEL_ENV !== 'production';
export const INTERVIEWS_TAZAPAY_IS_LIVE =
process.env.NEXT_PUBLIC_VERCEL_ENV !== 'production';
export const INTERVIEWS_TAZAPAY_IS_LIVE = true;
export const PROJECTS_NOTIFICATION_AVAILABLE =
process.env.NEXT_PUBLIC_VERCEL_ENV !== 'production';