From f2760ca07ce24cd5599c135d3a49dd0241ab8e38 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 8 Apr 2022 10:41:38 +0000 Subject: [PATCH] Data_Dump_Controller.php edited online with Bitbucket --- api/application/controllers/Data_Dump_Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/controllers/Data_Dump_Controller.php b/api/application/controllers/Data_Dump_Controller.php index 108369c3..7b9b80db 100644 --- a/api/application/controllers/Data_Dump_Controller.php +++ b/api/application/controllers/Data_Dump_Controller.php @@ -87,8 +87,8 @@ class Data_Dump_Controller extends REST_Controller { public function googleSheet_post(){ // $logger = MYLOG::logFunction(null,"Gsheet"); log_message('ERROR','#/# G-Sheet Fns Entered - '.date('Y-m-d H:i:s A')); - $sheetData = $this->post(); - // $sheetData = json_decode($this->post(),true); + // $sheetData = $this->post(); + $sheetData = json_decode($this->post(),true); log_message('ERROR','#/# Params Count - '.count($sheetData)); if(count($sheetData) > 0){ $pd_id = $this->modificationGsheetData($sheetData);