[web] purchase/tazapay: go live
This commit is contained in:
parent
c19f16659c
commit
55351b2fef
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue