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