Passed
Push — master ( f15473...f00701 )
by mahdi
02:54
created
src/Drivers/Zarinpal/Strategies/Normal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         $transactionId = $this->invoice->getTransactionId();
121 121
         $paymentUrl = $this->getPaymentUrl();
122 122
 
123
-        $payUrl = $paymentUrl . $transactionId;
123
+        $payUrl = $paymentUrl.$transactionId;
124 124
 
125 125
         return $this->redirectWithForm($payUrl, [], 'GET');
126 126
     }
Please login to merge, or discard this patch.