@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | { |
47 | 47 | $this->invoice($invoice); |
48 | 48 | $this->client = new Client(); |
49 | - $this->settings = (object)$settings; |
|
49 | + $this->settings = (object) $settings; |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | /** |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | */ |
119 | 119 | public function pay(): RedirectionForm |
120 | 120 | { |
121 | - $payUrl = $this->settings->apiPaymentUrl . '?authority=' . $this->invoice->getTransactionId(); |
|
121 | + $payUrl = $this->settings->apiPaymentUrl.'?authority='.$this->invoice->getTransactionId(); |
|
122 | 122 | |
123 | 123 | return $this->redirectWithForm($payUrl, [], 'GET'); |
124 | 124 | } |