Passed
Push — master ( 6fd703...fda00a )
by mahdi
03:25
created
src/Drivers/Yekpay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         $response = json_decode($client->verify($data));
130 130
 
131 131
         if ($response->Code != 100) {
132
-            $this->notVerified( $transaction->message ?? 'payment failed');
132
+            $this->notVerified($transaction->message ?? 'payment failed');
133 133
         } else {
134 134
             //"Success Payment with reference: $response->Reference and message: $transaction->message";
135 135
         }
Please login to merge, or discard this patch.