@@ -99,7 +99,7 @@ |
||
99 | 99 | */ |
100 | 100 | public function pay() |
101 | 101 | { |
102 | - $apiUrl = $this->settings->apiPaymentUrl; |
|
102 | + $apiUrl = $this->settings->apiPaymentUrl; |
|
103 | 103 | |
104 | 104 | // use sandbox url if we are in sandbox mode |
105 | 105 | if (!empty($this->settings->sandbox)) { |