Passed
Push — master ( 3cdb79...11ce2e )
by mahdi
03:43 queued 46s
created
src/Drivers/Vandar/Vandar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      */
91 91
     public function pay(): RedirectionForm
92 92
     {
93
-        $url = $this->settings->apiPaymentUrl . $this->invoice->getTransactionId();
93
+        $url = $this->settings->apiPaymentUrl.$this->invoice->getTransactionId();
94 94
 
95 95
         return $this->redirectWithForm($url, [], 'GET');
96 96
     }
Please login to merge, or discard this patch.