@@ -120,7 +120,7 @@ |
||
| 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 | } |