Passed
Push — master ( 8e8e70...1ca412 )
by mahdi
03:20
created
src/Drivers/Nextpay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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']);
Please login to merge, or discard this patch.