@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | public function __construct(Invoice $invoice, $settings) |
| 44 | 44 | { |
| 45 | 45 | $this->invoice($invoice); |
| 46 | - $this->settings = (object)$settings; |
|
| 46 | + $this->settings = (object) $settings; |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | */ |
| 76 | 76 | public function pay(): RedirectionForm |
| 77 | 77 | { |
| 78 | - return $this->redirectWithForm($this->settings->apiPaymentUrl . $this->invoice->getTransactionId(), [], 'GET'); |
|
| 78 | + return $this->redirectWithForm($this->settings->apiPaymentUrl.$this->invoice->getTransactionId(), [], 'GET'); |
|
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /** |