NTP-54510 | Divyesh | revert t-store consumer ledger and update bbps analytics screen name (#15816)

This commit is contained in:
Divyesh Shinde
2025-04-15 22:24:18 +05:30
committed by GitHub
parent 335bdfa45f
commit 3343e92586
2 changed files with 3 additions and 3 deletions

View File

@@ -2990,6 +2990,6 @@ class NaviBbpsAnalytics private constructor() {
companion object {
val INSTANCE = NaviBbpsAnalytics()
const val NAVI_BBPS_ACTIVITY = "navi_bbps_activity"
const val NAVI_BBPS_ACTIVITY = "NaviBBPS_Activity"
}
}

View File

@@ -343,7 +343,7 @@ interface NaviPayRetrofitService {
@Body sendMoneyAdditionalInfoRequest: SendMoneyAdditionalInfoRequest
): Response<GenericResponse<Any?>>
@GET("/t-store-consumer-ledger/$NAVI_PAY_API_VERSION2/orders/timestamp/{updatedAt}")
@GET("/t-store/$NAVI_PAY_API_VERSION/orders/timestamp/{updatedAt}")
suspend fun fetchOrderHistory(
@Path("updatedAt") updatedAt: String
): Response<GenericResponse<OrderHistoryResponse>>
@@ -353,7 +353,7 @@ interface NaviPayRetrofitService {
@Path("orderId") orderId: String
): Response<GenericResponse<OrderStatusResponse>>
@GET("t-store-consumer-ledger/$NAVI_PAY_API_VERSION/error-mapping")
@GET("/t-store/$NAVI_PAY_API_VERSION/error-mapping")
suspend fun fetchOrderErrorMapping(
@Query("updatedAt") updatedAt: String
): Response<GenericResponse<OrderErrorResponse>>