@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | */ |
106 | 106 | public function pay(): RedirectionForm |
107 | 107 | { |
108 | - $payUrl = $this->settings->apiPaymentUrl . $this->invoice->getTransactionId(); |
|
108 | + $payUrl = $this->settings->apiPaymentUrl.$this->invoice->getTransactionId(); |
|
109 | 109 | |
110 | 110 | return $this->redirectWithForm($payUrl, [], 'GET'); |
111 | 111 | } |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | |
128 | 128 | $response = $this->client->request( |
129 | 129 | 'POST', |
130 | - $this->settings->apiVerificationUrl . $paymentId, |
|
130 | + $this->settings->apiVerificationUrl.$paymentId, |
|
131 | 131 | [ |
132 | 132 | "http_errors" => false, |
133 | 133 | "headers" => [ |