Data_Dump_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2022-04-08 10:41:38 +00:00
parent 2e655214f1
commit f2760ca07c

View File

@ -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);