Commit ee1c2db3 by Jansa Jose

Merge branch 'master' into 'local_production'

add to cart See merge request !52
parents c4b29922 2c8bfc9f
......@@ -1090,6 +1090,7 @@ class Webservice_model extends CI_Model {
$postData['created_date'] = date('Y-m-d h:i:s');
if($this->db->insert('cart',$postData)){
$respArr['data'] = $this->db->insert_id();
$respArr['status'] = 'success';
}
return $respArr;
......
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