forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
453ff52
commit 1f97101
Showing
10 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -860,6 +860,7 @@ const CONST = { | |
QA_TRAVIS: '[email protected]', | ||
RECEIPTS: '[email protected]', | ||
SAASTR: '[email protected]', | ||
SBE: '[email protected]', | ||
STUDENT_AMBASSADOR: '[email protected]', | ||
SVFG: '[email protected]', | ||
}, | ||
|
@@ -880,6 +881,7 @@ const CONST = { | |
RECEIPTS: Number(lodashGet(Config, 'EXPENSIFY_ACCOUNT_ID_RECEIPTS', -1)), | ||
REWARDS: Number(lodashGet(Config, 'EXPENSIFY_ACCOUNT_ID_REWARDS', 11023767)), // rewards@expensify.com | ||
SAASTR: Number(lodashGet(Config, 'EXPENSIFY_ACCOUNT_ID_SAASTR', 15252830)), | ||
SBE: Number(lodashGet(Config, 'EXPENSIFY_ACCOUNT_ID_SBE', -1)), // TODO: replace with prod account ID | ||
STUDENT_AMBASSADOR: Number(lodashGet(Config, 'EXPENSIFY_ACCOUNT_ID_STUDENT_AMBASSADOR', 10476956)), | ||
SVFG: Number(lodashGet(Config, 'EXPENSIFY_ACCOUNT_ID_SVFG', 2012843)), | ||
}, | ||
|
@@ -1211,6 +1213,8 @@ const CONST = { | |
this.EMAIL.QA, | ||
this.EMAIL.QA_TRAVIS, | ||
this.EMAIL.RECEIPTS, | ||
this.EMAIL.SAASTR, | ||
this.EMAIL.SBE, | ||
this.EMAIL.STUDENT_AMBASSADOR, | ||
this.EMAIL.SVFG, | ||
]; | ||
|
@@ -1231,6 +1235,8 @@ const CONST = { | |
this.ACCOUNT_ID.QA_TRAVIS, | ||
this.ACCOUNT_ID.RECEIPTS, | ||
this.ACCOUNT_ID.REWARDS, | ||
this.ACCOUNT_ID.SAASTR, | ||
this.ACCOUNT_ID.SBE, | ||
this.ACCOUNT_ID.STUDENT_AMBASSADOR, | ||
this.ACCOUNT_ID.SVFG, | ||
]; | ||
|
@@ -2568,6 +2574,7 @@ const CONST = { | |
}, | ||
DEMO_PAGES: { | ||
SAASTR: 'SaaStrDemoSetup', | ||
SBE: 'SbeDemoSetup', | ||
}, | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters