@@ -177,7 +177,7 @@ |
||
177 | 177 | \Getloy\PaymentProviders::PAYWAY_KH, |
178 | 178 | $order, |
179 | 179 | $payee, |
180 | - $this->url->getUrl('rest/default/V1/getloy/payment/callback/' . $orderId) |
|
180 | + $this->url->getUrl('rest/default/V1/getloy/payment/callback/'.$orderId) |
|
181 | 181 | ); |
182 | 182 | } |
183 | 183 |
@@ -62,7 +62,7 @@ |
||
62 | 62 | |
63 | 63 | $additionalInfo = $payment->getAdditionalInformation(); |
64 | 64 | if (array_key_exists('getloy_transaction_id', $additionalInfo)) { |
65 | - $info[ (string)__('Transaction ID') ] = $additionalInfo[ |
|
65 | + $info[ (string) __('Transaction ID') ] = $additionalInfo[ |
|
66 | 66 | 'getloy_transaction_id' |
67 | 67 | ]; |
68 | 68 | } |