Commit f4defdee by Jansa Jose

Merge branch 'master' into 'dev_production'

change in error field See merge request !1
parents 1d6ddb40 5f177e7f
...@@ -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