@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | $transactionId = $this->invoice->getTransactionId(); |
122 | 122 | $paymentUrl = $this->getPaymentUrl(); |
123 | 123 | |
124 | - $payUrl = $paymentUrl . $transactionId; |
|
124 | + $payUrl = $paymentUrl.$transactionId; |
|
125 | 125 | |
126 | 126 | return $this->redirectWithForm($payUrl, [], 'GET'); |
127 | 127 | } |
@@ -163,7 +163,7 @@ discard block |
||
163 | 163 | |
164 | 164 | $refId = $result['data']['ref_id']; |
165 | 165 | |
166 | - $receipt = $this->createReceipt($refId); |
|
166 | + $receipt = $this->createReceipt($refId); |
|
167 | 167 | $receipt->detail([ |
168 | 168 | 'code' => $result['data']['code'], |
169 | 169 | 'message' => $result['data']['message'] ?? null, |