reach here
This commit is contained in:
@@ -98,10 +98,8 @@ class WrenchTransactions extends BaseController
|
||||
$out = [];
|
||||
if ( $call_backend == true && $in["action"] !='' ){
|
||||
log_message('critical', "WrenchTransactions-Gate 007 ->".$endpoint);
|
||||
//$wrenchboard = new \App\Models\BackendModel();
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
$out['internal_return'] = $ret;
|
||||
log_message('critical', "wrenchboard_api-startcredit".serialize($out) );
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -114,7 +112,7 @@ class WrenchTransactions extends BaseController
|
||||
// return $this->response->setJson($result_response);
|
||||
//return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
//return $this->respond( json_encode( $out ), 200);
|
||||
|
||||
log_message('critical', "REACH HERE ***** wrenchboard_api-startcredit".serialize($out) );
|
||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user