Passed
Push — master ( 210fee...c77fd3 )
by mahdi
02:46
created
src/Provider/PaymentServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         /**
25 25
          * Bind to service container.
26 26
          */
27
-        $this->app->bind('shetabit-payment', function () {
27
+        $this->app->bind('shetabit-payment', function() {
28 28
             return new PaymentManager(config('payment'));
29 29
         });
30 30
     }
Please login to merge, or discard this patch.
src/Drivers/Behpardakht/Behpardakht.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
         $soap = new \SoapClient($this->settings->apiVerificationUrl);
112 112
 
113 113
         // step1: verify request
114
-        $verifyResponse = (int)$soap->bpVerifyRequest($data, $this->settings->apiNamespaceUrl)->return;
114
+        $verifyResponse = (int) $soap->bpVerifyRequest($data, $this->settings->apiNamespaceUrl)->return;
115 115
         if ($verifyResponse != 0) {
116 116
             // rollback money and throw exception
117 117
             $soap->bpReversalRequest($data, $this->settings->apiNamespaceUrl);
Please login to merge, or discard this patch.