Passed
Push — master ( 315b9f...23fd5d )
by mahdi
02:38
created
src/Drivers/Walleta/Walleta.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     public function __construct(Invoice $invoice, $settings)
44 44
     {
45 45
         $this->invoice($invoice);
46
-        $this->settings = (object)$settings;
46
+        $this->settings = (object) $settings;
47 47
     }
48 48
 
49 49
     /**
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      */
76 76
     public function pay(): RedirectionForm
77 77
     {
78
-        return $this->redirectWithForm($this->settings->apiPaymentUrl . $this->invoice->getTransactionId(), [], 'GET');
78
+        return $this->redirectWithForm($this->settings->apiPaymentUrl.$this->invoice->getTransactionId(), [], 'GET');
79 79
     }
80 80
 
81 81
     /**
Please login to merge, or discard this patch.