Passed
Push — master ( 8e8b8d...4b4977 )
by mahdi
03:02
created
src/Drivers/Minipay/Minipay.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     {
47 47
         $this->invoice($invoice);
48 48
         $this->client = new Client();
49
-        $this->settings = (object)$settings;
49
+        $this->settings = (object) $settings;
50 50
     }
51 51
 
52 52
     /**
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      */
119 119
     public function pay(): RedirectionForm
120 120
     {
121
-        $payUrl = $this->settings->apiPaymentUrl . '?authority=' . $this->invoice->getTransactionId();
121
+        $payUrl = $this->settings->apiPaymentUrl.'?authority='.$this->invoice->getTransactionId();
122 122
 
123 123
         return $this->redirectWithForm($payUrl, [], 'GET');
124 124
     }
Please login to merge, or discard this patch.