NTP-54510 | Divyesh | revert t-store consumer ledger and update bbps analytics screen name (#15816)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user