Commit b98363ba by Jansa Jose

get ride status

parent bd5d60e3
......@@ -2962,7 +2962,7 @@
$result = $this->Webservice_model->get_ride_status($request);
if($result['status'] == 'success'){
$res = array('status'=>'success','status'=>$result['data']);
$res = array('status'=>'success','status'=>$result['data']['ride_status']);
}else{
$res = array('status'=>'error');
}
......
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