transacrons

This commit is contained in:
CHIEFSOFT\ameye
2025-07-11 20:02:11 -04:00
parent 031cb647dc
commit 7a0959f8fc
2 changed files with 15 additions and 20 deletions
@@ -113,7 +113,9 @@ 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( json_encode( $out ), 200);
//return $this->respond( json_encode( $out ), 200);
return $this->respond( $this->summaryReturnData($in,$out), 200);
}
private function rawDataToInData($in){