Commit bd5d60e3 by Jansa Jose

get ride status

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