Commit 04fbbd4c by Jansa Jose

Merge branch 'master' into 'local_production'

add vehicle details api See merge request !80
parents 1de07653 ee3732b3
......@@ -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(
'mileage' => $postData['mileage'],
'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