$raw_array

This commit is contained in:
CHIEFSOFT\ameye
2023-07-13 11:39:09 -04:00
parent a6bb2430e2
commit 810b839721
@@ -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;
}
}