Skip to content

Commit

Permalink
fix(financial-adi): use account number and ledger when sending bank i…
Browse files Browse the repository at this point in the history
…nfo (#16599)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: MargretFinnboga <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent 27cfebb commit 45ec2fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ export class FinancialAidService extends BaseTemplateApiService {
usePersonalTaxCredit: Boolean(
answersSchema.personalTaxCredit.type === ApproveOptions.Yes,
),
bankNumber: answersSchema.bankInfo.accountNumber,
ledger: answersSchema.bankInfo.accountNumber,
bankNumber: answersSchema.bankInfo.bankNumber,
ledger: answersSchema.bankInfo.ledger,
accountNumber: answersSchema.bankInfo.accountNumber,
employment: answersSchema.employment.type,
employmentCustom: answersSchema.employment.custom,
Expand Down

0 comments on commit 45ec2fd

Please sign in to comment.