Commit 809bc886 by Jansa Jose

recurring ride

parent 38a7606f
...@@ -2783,7 +2783,7 @@ public function end_ride_update_post(){ ...@@ -2783,7 +2783,7 @@ public function end_ride_update_post(){
} }
} }
}else{ }else{
$res = array('status'=>'error','error'=>'error','message'=>'3 Something Went Wrong.. Try Again Later'); $res = array('status'=>'success');
} }
}elseif($request['recur_type'] == '1'){ }elseif($request['recur_type'] == '1'){
//$ride_strt = explode('T',$request['start_date']); //$ride_strt = explode('T',$request['start_date']);
......
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