Commit eb3bcfb1 by Jansa Jose

auth

parent 6e7ad87c
......@@ -55,7 +55,7 @@ class Webservice_model extends CI_Model {
$this->db->insert('authtable',array('customer_id'=>$id,'authtoken'=>$authToken));
} else {
$custData = $custData->row();
//print_r($custData);exit();
print_r($custData);exit();
$authToken = $custData->authtoken;
}
......
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