@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | public function pay() : RedirectionForm |
82 | 82 | { |
83 | - $payUrl = $this->settings->apiPaymentUrl . '?Token=' . $this->invoice->getTransactionId() ; |
|
83 | + $payUrl = $this->settings->apiPaymentUrl.'?Token='.$this->invoice->getTransactionId(); |
|
84 | 84 | |
85 | 85 | return $this->redirectWithForm( |
86 | 86 | $payUrl, |