You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The number of days that certain banks limit their transaction imports to
589
+
// see https://stackoverflow.com/c/expensify/questions/1289/1290#1290 for more about this.
590
+
// If a bank isn't on this list, we default to 90 days
591
+
BANK_IMPORT_DAY_LIMITS: {
592
+
'americanexpress.com': 30,
593
+
'oauth.bankofamerica.com': 30,
594
+
'oauth.capitalone.com': 90,
595
+
'oauth.chase.com': 90,
596
+
'discover.com': 30,
597
+
'admin.pexcard.com': 30,
598
+
svbdirect: 75,
599
+
'oauth.wellsfargo.com': 30,
600
+
},
601
+
DEFAULT_BANK_IMPORT_DAYS: 90,
602
+
PERSONAL_CARD_START_DATE_TOOLTIP:
603
+
'Expensify will automatically import the earliest available transactions from this card. If a start date is selected, transactions with a posted date prior to this will not be included.',
604
+
575
605
/**
576
606
* Emails that the user shouldn't be interacting with from the front-end interface
577
607
* Trying to add these emails as a delegate, onto a policy, or as an approver is considered invalid
0 commit comments