Passed
Push — master ( 362d3b...6bb439 )
by mahdi
02:52
created
src/Drivers/Behpardakht/Behpardakht.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         $soap = new \SoapClient($this->settings->apiVerificationUrl);
111 111
 
112 112
         // step1: verify request
113
-        $verifyResponse = (int)$soap->bpVerifyRequest($data)->return;
113
+        $verifyResponse = (int) $soap->bpVerifyRequest($data)->return;
114 114
         if ($verifyResponse != 0) {
115 115
             // rollback money and throw exception
116 116
             // avoid rollback if request was already verified
Please login to merge, or discard this patch.