NTP-22586 | Shiv Natani | bank account update bug fix (#14320)

This commit is contained in:
Shiv Natani
2024-12-24 19:21:04 +05:30
committed by GitHub
parent 642d651307
commit 801c7e87a5

View File

@@ -1862,7 +1862,7 @@ constructor(
onCallBack: ((status: PMSSendMoneyStatus) -> Unit)? = null
) {
viewModelScope.launch(coroutineDispatcherProvider.io) {
updateSelectedBankAccountAndHandleConfee(null)
// For PMS case payeeEntity is updated here
payeeEntity?.let {
updatePayeeEntity(it)