NTP-48441 | Remove Retry from sendMoney Api to enable retry mechanism… (#15419)

This commit is contained in:
shankar yadav
2025-03-18 13:36:09 +05:30
committed by GitHub
parent d76b64c674
commit 444d2d3eab

View File

@@ -199,7 +199,6 @@ interface NaviPayRetrofitService {
@Body checkBalanceRequest: CheckBalanceRequest
): Response<GenericResponse<CheckBalanceResponse>>
@RetryPolicy
@POST("/gateway-service/navipay/$NAVI_PAY_API_VERSION3/txn/sendMoney")
suspend fun sendMoney(
@Body sendMoneyRequest: SendMoneyRequest