fixed typo in beneficiary.service
This commit is contained in:
@@ -53,10 +53,10 @@ async function getAllBeneficiaries(customerNo) {
|
||||
accountNo: row['account_no'],
|
||||
name: row['name'],
|
||||
accountType: row['account_type'],
|
||||
ifscCdoe: row['ifsc_code'],
|
||||
ifscCode: row['ifsc_code'],
|
||||
bankName: row['bank_name'],
|
||||
branchName: row['branch_name'],
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
return list;
|
||||
|
Reference in New Issue
Block a user