|
|
@@ -117,7 +117,7 @@ Class VAT {
|
|
|
$this->headers = [];
|
|
|
$result = curl_exec($this->ch);
|
|
|
if ($result === false) throw new Exception("Błąd połączenia ze stroną Ministerstwa Finansów");
|
|
|
- if (curl_getinfo($this->ch)['http_code'] != 200) throw new Exception("Błąd połączenia ze stroną Ministerstwa Finansów");
|
|
|
+ if (curl_getinfo($this->ch)['http_code'] != 200) throw new Exception("Błąd odbierania danych ze strony Ministerstwa Finansów");
|
|
|
return $result;
|
|
|
}
|
|
|
|