diff --git a/api/application/controllers/Flyhi_Controller.php b/api/application/controllers/Flyhi_Controller.php index 6a254062..08b3994b 100644 --- a/api/application/controllers/Flyhi_Controller.php +++ b/api/application/controllers/Flyhi_Controller.php @@ -2574,7 +2574,7 @@ $this->load->view("digital_locker",$view_data); // print_r($details); $reponse_data['dataStatus'] = true; $reponse_data['status'] = REST_Controller::HTTP_OK; - $reponse_data['msg'] = $details; + $reponse_data['records'] = $details; }else{ $reponse_data['dataStatus'] = false; $reponse_data['status'] = REST_Controller::HTTP_NO_CONTENT;