@@ -939,7 +939,6 @@ const CONST = {
939
939
CONFIGURE_REIMBURSEMENT_SETTINGS_HELP_URL : 'https://help.expensify.com/articles/expensify-classic/workspaces/Configure-Reimbursement-Settings' ,
940
940
COPILOT_HELP_URL : 'https://help.expensify.com/articles/expensify-classic/copilots-and-delegates/Assign-or-remove-a-Copilot' ,
941
941
DELAYED_SUBMISSION_HELP_URL : 'https://help.expensify.com/articles/expensify-classic/reports/Automatically-submit-employee-reports' ,
942
- ENCRYPTION_AND_SECURITY_HELP_URL : 'https://help.expensify.com/articles/new-expensify/settings/Encryption-and-Data-Security' ,
943
942
PLAN_TYPES_AND_PRICING_HELP_URL : 'https://help.expensify.com/articles/new-expensify/billing-and-subscriptions/Plan-types-and-pricing' ,
944
943
// Use Environment.getEnvironmentURL to get the complete URL with port number
945
944
DEV_NEW_EXPENSIFY_URL : 'https://dev.new.expensify.com:' ,
@@ -6441,50 +6440,6 @@ const CONST = {
6441
6440
} ,
6442
6441
} ,
6443
6442
6444
- CORPAY_FIELDS : {
6445
- BANK_ACCOUNT_DETAILS_FIELDS : [ 'accountNumber' , 'localAccountNumber' , 'routingCode' , 'localRoutingCode' , 'swiftBicCode' ] as string [ ] ,
6446
- ACCOUNT_TYPE_KEY : 'BeneficiaryAccountType' ,
6447
- BANK_INFORMATION_FIELDS : [ 'bankName' , 'bankAddressLine1' , 'bankAddressLine2' , 'bankCity' , 'bankRegion' , 'bankPostal' , 'BeneficiaryBankBranchName' ] as string [ ] ,
6448
- ACCOUNT_HOLDER_FIELDS : [
6449
- 'accountHolderName' ,
6450
- 'accountHolderAddress1' ,
6451
- 'accountHolderAddress2' ,
6452
- 'accountHolderCity' ,
6453
- 'accountHolderRegion' ,
6454
- 'accountHolderCountry' ,
6455
- 'accountHolderPostal' ,
6456
- 'accountHolderPhoneNumber' ,
6457
- 'accountHolderEmail' ,
6458
- 'ContactName' ,
6459
- 'BeneficiaryCPF' ,
6460
- 'BeneficiaryRUT' ,
6461
- 'BeneficiaryCedulaID' ,
6462
- 'BeneficiaryTaxID' ,
6463
- ] as string [ ] ,
6464
- SPECIAL_LIST_REGION_KEYS : [ 'bankRegion' , 'accountHolderRegion' ] as string [ ] ,
6465
- SPECIAL_LIST_ADDRESS_KEYS : [ 'bankAddressLine1' , 'accountHolderAddress1' ] as string [ ] ,
6466
- STEPS_NAME : {
6467
- COUNTRY_SELECTOR : 'CountrySelector' ,
6468
- BANK_ACCOUNT_DETAILS : 'BankAccountDetails' ,
6469
- ACCOUNT_TYPE : 'AccountType' ,
6470
- BANK_INFORMATION : 'BankInformation' ,
6471
- ACCOUNT_HOLDER_INFORMATION : 'AccountHolderInformation' ,
6472
- CONFIRMATION : 'Confirmation' ,
6473
- SUCCESS : 'Success' ,
6474
- } ,
6475
- INDEXES : {
6476
- MAPPING : {
6477
- COUNTRY_SELECTOR : 0 ,
6478
- BANK_ACCOUNT_DETAILS : 1 ,
6479
- ACCOUNT_TYPE : 2 ,
6480
- BANK_INFORMATION : 3 ,
6481
- ACCOUNT_HOLDER_INFORMATION : 4 ,
6482
- CONFIRMATION : 5 ,
6483
- SUCCESS : 6 ,
6484
- } ,
6485
- } ,
6486
- } ,
6487
-
6488
6443
HYBRID_APP : {
6489
6444
REORDERING_REACT_NATIVE_ACTIVITY_TO_FRONT : 'reorderingReactNativeActivityToFront' ,
6490
6445
} ,
0 commit comments