Passed
Pull Request — master (#125)
by
unknown
03:04
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.