json_encode(

This commit is contained in:
CHIEFSOFT\ameye
2025-07-11 19:57:45 -04:00
parent 56b416f9f8
commit 031cb647dc
@@ -113,7 +113,7 @@ class WrenchTransactions extends BaseController
// $result_response = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
// return $this->response->setJson($result_response);
//return $this->respond( $this->summaryReturnData($in,$out), 200);
return $this->respond( $out, 200);
return $this->respond( json_encode( $out ), 200);
}
private function rawDataToInData($in){