@@ -125,7 +125,7 @@ |
||
125 | 125 | if ($this->directResponse || $this->validationDirectResponseList || isset($this->response->validationDirectResponse)) { |
126 | 126 | $response = $this->directResponse ?: $this->validationDirectResponseList ?: $this->response->validationDirectResponse; |
127 | 127 | if (is_array($response)) { |
128 | - $this->transactionInfoArray = array_map(static function ($r) { |
|
128 | + $this->transactionInfoArray = array_map(static function($r) { |
|
129 | 129 | return new TransactionResponse($r); |
130 | 130 | }, $response); |
131 | 131 | } else { |