NTP-55418 | added error code in event for wrong pin BS retry click (#15882)

This commit is contained in:
Shaurya Rehan
2025-04-22 21:49:11 +05:30
committed by GitHub
parent 137b46d2a6
commit f65636fc93

View File

@@ -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,
)
}