@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | */ |
111 | 111 | public function pay(): RedirectionForm |
112 | 112 | { |
113 | - $payUrl = $this->getPaymentUrl() . $this->invoice->getTransactionId(); |
|
113 | + $payUrl = $this->getPaymentUrl().$this->invoice->getTransactionId(); |
|
114 | 114 | |
115 | 115 | return $this->redirectWithForm($payUrl, [], 'GET'); |
116 | 116 | } |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | } |
160 | 160 | |
161 | 161 | $refId = $body['result']['refid']; |
162 | - $receipt = $this->createReceipt($refId); |
|
162 | + $receipt = $this->createReceipt($refId); |
|
163 | 163 | |
164 | 164 | $receipt->detail([ |
165 | 165 | 'refid' => $refId, |