Commit 5f177e7f by Jansa Jose

change in error field

parent 0f7b9356
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
$postData = $_GET; $postData = $_GET;
if(!isset($postData['service_id']) || empty($postData['service_id'])){ if(!isset($postData['service_id']) || empty($postData['service_id'])){
$respArr['status'] = "error"; $respArr['status'] = "error";
$respArr['message'] = 'Provide Car Mileage'; $respArr['message'] = 'Provide Service Id';
echo json_encode($respArr);exit; echo json_encode($respArr);exit;
} }
$respArr = $this->Webservice_model->get_subServices($postData['service_id']); $respArr = $this->Webservice_model->get_subServices($postData['service_id']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment