Skip to content

Commit

Permalink
fix: const strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Apr 27, 2024
1 parent 3b213eb commit d6739e0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,9 +1262,11 @@ const CONST = {
},

QUICKBOOKS_EXPORT_ENTITY: {
VENDOR_BILL: 'vendorBill',
VENDOR_BILL: 'bill',
CHECK: 'check',
JOURNAL_ENTRY: 'journalEntry',
JOURNAL_ENTRY: 'journal_entry',
CREDIT_CARD: 'credit_card',
DEBIT_CARD: 'debit_card',
},

ACCOUNT_ID: {
Expand Down Expand Up @@ -4675,12 +4677,6 @@ const CONST = {
SUBMITTED_DATA: 'submittedData',
},

QUICKBOOKS_EXPORT_COMPANY_CARD: {
CREDIT_CARD: 'creditCard',
DEBIT_CARD: 'debitCard',
VENDOR_BILL: 'vendorBill',
},

SESSION_STORAGE_KEYS: {
INITIAL_URL: 'INITIAL_URL',
},
Expand Down

0 comments on commit d6739e0

Please sign in to comment.