Skip to content
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

Refactor Workspace pages that use fetchFreePlanVerifiedBankAccount #12331 #12586

Closed
wants to merge 14 commits into from
Next Next commit
Add api command
ctkochan22 committed Nov 3, 2022

Verified

This commit was signed with the committer’s verified signature.
ctkochan22 Kosuke Chris Tseng Yoshioka
commit 02a0b0020fc2e42b4bce421459d554c54e7b3377
5 changes: 5 additions & 0 deletions src/libs/actions/BankAccounts.js
Original file line number Diff line number Diff line change
@@ -321,6 +321,10 @@ function verifyIdentityForBankAccount(bankAccountID, onfidoData) {
}, getVBBADataForOnyx());
}

function openWorkspaceView() {
API.read('OpenWorkspaceView');
}

export {
addPersonalBankAccount,
connectBankAccountManually,
@@ -329,6 +333,7 @@ export {
clearOnfidoToken,
connectBankAccountWithPlaid,
deletePaymentBankAccount,
openWorkspaceView,
updateBeneficialOwnersForBankAccount,
updateCompanyInformationForBankAccount,
updatePersonalInformationForBankAccount,