TP-49436 | Bug Fix - UPI Number Nudge for Credit Account Addition (#8748)
This commit is contained in:
committed by
GitHub
parent
3a6437c174
commit
d58f2483d9
@@ -338,7 +338,7 @@ class SelectBankViewModel @Inject constructor(
|
||||
)
|
||||
)
|
||||
)
|
||||
if (!isFreshOnBoardingCase) {
|
||||
if (!isFreshOnBoardingCase && selectedAccount.type != AccountType.CREDIT.name) {
|
||||
fetchUpiNumberLinkedAccounts()
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user