Skip to content

Commit

Permalink
Added back in personalbankaccount set
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhenry committed Aug 26, 2024
1 parent 1df72c8 commit 2f9c1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SettlementButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import * as PolicyUtils from '@libs/PolicyUtils';
import * as ReportUtils from '@libs/ReportUtils';
import playSound, {SOUNDS} from '@libs/Sound';
import * as SubscriptionUtils from '@libs/SubscriptionUtils';
import * as BankAccounts from '@userActions/BankAccounts';
import * as IOU from '@userActions/IOU';
import * as PolicyActions from '@userActions/Policy/Policy';
import CONST from '@src/CONST';
Expand Down Expand Up @@ -280,6 +281,7 @@ function SettlementButton({
iouPaymentType === CONST.PAYMENT_METHODS.DEBIT_CARD
) {
triggerKYCFlow(event, iouPaymentType);
BankAccounts.setPersonalBankAccountContinueKYCOnSuccess(ROUTES.ENABLE_PAYMENTS);
return;
}

Expand Down

0 comments on commit 2f9c1d6

Please sign in to comment.