Commit 2ea613ab by Jansa Jose

Merge branch 'jansa'

parents ad43c28a 80cdfa06
...@@ -7183,7 +7183,7 @@ class Webservice extends CI_Controller { ...@@ -7183,7 +7183,7 @@ class Webservice extends CI_Controller {
if($check_authToken){ if($check_authToken){
if(isset($data['id']) && strlen(trim($data['id']," ")) > 0 && isset($data['booking_id']) && strlen(trim($data['booking_id']," ")) > 0 && isset($data['doctor_id']) && strlen(trim($data['doctor_id']," ")) > 0) { if(isset($data['id']) && strlen(trim($data['id']," ")) > 0 && isset($data['booking_id']) && strlen(trim($data['booking_id']," ")) > 0 && isset($data['doctor_id']) && strlen(trim($data['doctor_id']," ")) > 0) {
$result = $this->Webservice_model->accept_consultation_date_change($data); $result = $this->Webservice_model->accept_consultation_date_change($data);
print_r($result);exit(); //print_r($result);exit();
if($result){ if($result){
$res = array('status'=>'success'); $res = array('status'=>'success');
}else{ }else{
......
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