reach here

This commit is contained in:
CHIEFSOFT\ameye
2025-07-11 20:04:26 -04:00
parent 7a0959f8fc
commit 18f8801aa6
@@ -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);
}