NTP-7179 | Narayan | Fixed self transfer empty baccId bug (#13513)

This commit is contained in:
Aditya Narayan Malik
2024-11-08 14:58:10 +05:30
committed by GitHub
parent 3aa989b1b7
commit fc06ba8ec7
2 changed files with 3 additions and 2 deletions

View File

@@ -2969,7 +2969,7 @@ constructor(
isMerchantVerified = payeeEntity.value.isMerchantVerified,
lrn = null,
bAccType = payeeEntity.value.accountType ?: "",
bAccUnqId = "",
bAccUnqId = payeeEntity.value.bankAccountUniqueId ?: "",
bAccIfsc = "",
upiNumber = payeeEntity.value.upiNumber ?: ""
)

View File

@@ -678,7 +678,8 @@ constructor(
bankName =
transactionBankInfo.value?.otherUserBankInfo?.bankEntity?.name.orEmpty(),
maskedAccountNumber = otherUserInfo?.mdAccNo,
accountType = otherUserInfo?.bAccType
accountType = otherUserInfo?.bAccType,
bankAccountUniqueId = otherUserInfo?.bAccUnqId
)
val sendMoneyScreenSource =
SendMoneyScreenSource.TransactionHistoryDetail(