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