NTP-7179 | Narayan | Fixed self transfer empty baccId bug (#13513)
This commit is contained in:
committed by
GitHub
parent
3aa989b1b7
commit
fc06ba8ec7
@@ -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 ?: ""
|
||||
)
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user