diff --git a/www-api/app/Controllers/WrenchTransactions.php b/www-api/app/Controllers/WrenchTransactions.php index 9cf6f599..4887eb42 100644 --- a/www-api/app/Controllers/WrenchTransactions.php +++ b/www-api/app/Controllers/WrenchTransactions.php @@ -73,6 +73,8 @@ class WrenchTransactions extends BaseController //-- move to another module start log_message('critical', "WrenchTransactions-Gate 005 ->".$endpoint); + + $in = $this->rawDataToInData($raw_array); $in["loc"] = $_SERVER["REMOTE_ADDR"]; switch ($endpoint){ @@ -109,5 +111,10 @@ class WrenchTransactions extends BaseController return $this->response->setJson($response); } + private function rawDataToInData($in){ + + + return $in; + } } \ No newline at end of file