Commit ee3732b3 by Jansa Jose

add vehicle details api

parent f2a584e1
...@@ -219,6 +219,12 @@ class Webservice_model extends CI_Model { ...@@ -219,6 +219,12 @@ class Webservice_model extends CI_Model {
} }
} }
if(isset($postData['save_car']) && !empty($postData['save_car'])){
$respArr['status'] = 'success';
$respArr['message'] = 'success';
return $respArr;
}
$book_data = array( $book_data = array(
'mileage' => $postData['mileage'], 'mileage' => $postData['mileage'],
'customer_id' => $customer_id, 'customer_id' => $customer_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