$raw_array
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user