@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | */ |
107 | 107 | public function pay(): RedirectionForm |
108 | 108 | { |
109 | - $payUrl = $this->getPaymentUrl() . $this->invoice->getTransactionId(); |
|
109 | + $payUrl = $this->getPaymentUrl().$this->invoice->getTransactionId(); |
|
110 | 110 | |
111 | 111 | return $this->redirectWithForm($payUrl, [], 'GET'); |
112 | 112 | } |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | $refId = $body['refId']; |
155 | - $receipt = $this->createReceipt($refId); |
|
155 | + $receipt = $this->createReceipt($refId); |
|
156 | 156 | |
157 | 157 | $receipt->detail([ |
158 | 158 | 'message' => $body['message'], |