Skip to content

Commit

Permalink
Add accounting method constants to INTEGRATIONS consts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenmemon committed Oct 25, 2024
1 parent 1296d94 commit dd6ea72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,11 @@ const CONST = {
PASSWORD_COMPLEXITY_REGEX_STRING: '^(?=.*[A-Z])(?=.*[0-9])(?=.*[a-z]).{8,}$',

INTEGRATIONS: {
ACCOUNTING_METHOD: {
CASH: 'CASH',
ACCRUAL: 'ACCRUAL',
},

/**
* Constants that specify how to map (import) Integrations data to Expensify
* Parallel to IntegrationEntityMappingTypeEnum in the IS
Expand Down

0 comments on commit dd6ea72

Please sign in to comment.