Passed
Push — master ( 0d41ff...b27cd0 )
by mahdi
03:50
created
src/Drivers/Payir/Payir.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      */
112 112
     public function pay(): RedirectionForm
113 113
     {
114
-        $payUrl = $this->settings->apiPaymentUrl . $this->invoice->getTransactionId();
114
+        $payUrl = $this->settings->apiPaymentUrl.$this->invoice->getTransactionId();
115 115
 
116 116
         return $this->redirectWithForm($payUrl, [], 'GET');
117 117
     }
Please login to merge, or discard this patch.