@@ -95,7 +95,7 @@ |
||
95 | 95 | */ |
96 | 96 | public function pay() |
97 | 97 | { |
98 | - $apiUrl = $this->settings->apiPaymentUrl; |
|
98 | + $apiUrl = $this->settings->apiPaymentUrl; |
|
99 | 99 | $payUrl = $apiUrl.$this->invoice->getTransactionId(); |
100 | 100 | |
101 | 101 | // redirect using laravel logic |