NTP-55418 | added error code in event for wrong pin BS retry click (#15882)
This commit is contained in:
@@ -320,7 +320,13 @@ fun SendMoneyBottomSheetContent(
|
||||
checkBalanceStateMap =
|
||||
sendMoneyViewModel.accountListCheckBalanceUseCase.checkBalanceStateMap,
|
||||
onResetUpiPinClicked = onResetUpiPinClicked,
|
||||
onPayButtonClick = onPayButtonClick,
|
||||
onPayButtonClick = {
|
||||
naviPayAnalytics.onPaymentFailedRetryRetryClicked(
|
||||
naviPaySessionAttributes = naviPaySessionAttributes,
|
||||
errorCode = bottomSheetType.errorCode,
|
||||
)
|
||||
onPayButtonClick(it)
|
||||
},
|
||||
showPayButtonLoader = showPayButtonLoader,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user