Passed
Push — master ( 61950f...61782f )
by mahdi
04:23 queued 02:01
created
src/Drivers/Nextpay/Nextpay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         );
68 68
 
69 69
         if (isset($this->invoice->getDetails()['customer_phone'])) {
70
-            $data['customer_phone']=$this->invoice->getDetails()['customer_phone'];
70
+            $data['customer_phone'] = $this->invoice->getDetails()['customer_phone'];
71 71
         }
72 72
 
73 73
         $response = $this
Please login to merge, or discard this patch.