json_encode(
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user