Passed
Pull Request — master (#125)
by
unknown
08:57
created
src/Drivers/Nextpay/Nextpay.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
66 66
             'callback_uri' => $this->settings->callbackUrl,
67 67
         );
68 68
 
69
-        if(isset($this->invoice->getDetails()['customer_phone'])){
70
-            $data['customer_phone']=$this->invoice->getDetails()['customer_phone'];
69
+        if (isset($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.