@@ -71,7 +71,7 @@ |
||
| 71 | 71 | |
| 72 | 72 | $body = json_decode($response->getBody()->getContents(), true); |
| 73 | 73 | |
| 74 | - if (empty($body['code']) || $body['code'] != -1 ) { |
|
| 74 | + if (empty($body['code']) || $body['code'] != -1) { |
|
| 75 | 75 | // some error has happened |
| 76 | 76 | } else { |
| 77 | 77 | $this->invoice->transactionId($body['trans_id']); |