Completed
Push — master ( 54ccb7...d09259 )
by mahdi
02:32 queued 46s
created
src/PaymentManager.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,9 @@
 block discarded – undo
123 123
      */
124 124
     public function pay($initializeCallback = null)
125 125
     {
126
-        if($initializeCallback)
127
-            call_user_func($initializeCallback, $this->driver);
126
+        if($initializeCallback) {
127
+                    call_user_func($initializeCallback, $this->driver);
128
+        }
128 129
 
129 130
         return $this->driver->pay();
130 131
     }
Please login to merge, or discard this patch.