Skip to content

Commit ac05069

Browse files
committed
fix casing
1 parent a67d1e4 commit ac05069

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CONST/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ const CONST = {
37733773
XERO: 'xero',
37743774
NETSUITE: 'netsuite',
37753775
SAGE_INTACCT: 'intacct',
3776-
CERTINIA: 'financialForce',
3776+
CERTINIA: 'financialforce',
37773777
GUSTO: 'gusto',
37783778
},
37793779
SUPPORTED_ONLY_ON_OLDDOT: {
@@ -3797,7 +3797,7 @@ const CONST = {
37973797
quickbooksDesktop: 'QuickBooks Desktop',
37983798
xero: 'Xero',
37993799
intacct: 'Sage Intacct',
3800-
financialForce: 'Certinia',
3800+
financialforce: 'Certinia',
38013801
gusto: 'Gusto',
38023802
billCom: 'Bill.com',
38033803
zenefits: 'Zenefits',

0 commit comments

Comments
 (0)