get orders fix
This commit is contained in:
@@ -48,8 +48,8 @@ public interface ApiInterface {
|
||||
@POST(ApiEndPoints.API_LOGOUT)
|
||||
Call<BaseResponseModel> logout(@Field("token") String customerToken);
|
||||
|
||||
@POST(ApiEndPoints.API_GET_ORDER_HISTORY)
|
||||
Call<OrderHistoryResponseModel> getOrderHistory(@Body HashMap<String, Object> body);
|
||||
@GET(ApiEndPoints.API_GET_ORDER_HISTORY)
|
||||
Call<OrderHistoryResponseModel> getOrderHistory(@Query("token") String token);
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user