-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CP Staging] [NO QA]: Add bank urls to Company Card flow #51384
Changes from 3 commits
e4a1fa4
b484467
d087a9b
308cece
77cec75
eb17f40
3b7cebf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,7 @@ const CONST = { | |
BILLABLE: 'billable', | ||
NON_BILLABLE: 'nonBillable', | ||
}, | ||
COMPANY_CARD_DOMAIN_NAME: 'expensify-policyABASDASDASDASDFASD.exfy', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. where did you take this value from ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tagged you in thread as well There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was just a format example, the policyID has to be the policyID of the policy to which you trying to connect the bank :D |
||
|
||
// Note: Group and Self-DM excluded as these are not tied to a Workspace | ||
WORKSPACE_ROOM_TYPES: [chatTypes.POLICY_ADMINS, chatTypes.POLICY_ANNOUNCE, chatTypes.DOMAIN_ALL, chatTypes.POLICY_ROOM, chatTypes.POLICY_EXPENSE_CHAT, chatTypes.INVOICE], | ||
|
@@ -2635,6 +2636,7 @@ const CONST = { | |
}, | ||
BANK_CONNECTIONS: { | ||
WELLS_FARGO: 'wellsfargo', | ||
BANK_OF_AMERICA: 'bankofamerica', | ||
CHASE: 'chase', | ||
BREX: 'brex', | ||
CAPITAL_ONE: 'capitalone', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, did you test atleast on one platform ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah
Screen.Recording.2024-10-24.at.11.44.11.mov