Commit 7bdd174c by Jansa Jose

Merge branch 'master' into 'dev_production'

dc See merge request !183
parents 713078f4 dd5306cc
......@@ -779,7 +779,7 @@
$respArr['message'] = 'Authtoken is Required';
echo json_encode($respArr);exit;
}
$authRes = $this->Webservice_model->get_customer_authtoken($headers['Auth']);
$authRes = $this->Webservice_model->get_customer_authtoken($headers['auth']);
if($authRes['status'] == 'error'){
echo json_encode($authRes);exit;
}
......
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