Skip to content

Commit

Permalink
add enableCardAfterVerified
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Jun 24, 2021
1 parent 7816494 commit 82e4eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ function BankAccount_Validate(parameters) {
function BankAccount_SetupWithdrawal(parameters) {
const commandName = 'BankAccount_SetupWithdrawal';
let allowedParameters = [
'currentStep', 'policyID', 'bankAccountID', 'useOnfido', 'errorAttemptsCount',
'currentStep', 'policyID', 'bankAccountID', 'useOnfido', 'errorAttemptsCount', 'enableCardAfterVerified',

// data from bankAccount step:
'setupType', 'routingNumber', 'accountNumber', 'addressName', 'plaidAccountID', 'ownershipType', 'isSavings',
Expand Down

0 comments on commit 82e4eff

Please sign in to comment.