There was an error while loading. Please reload this page.
2 parents f788d91 + 82c824f commit 4afbcdeCopy full SHA for 4afbcde
1 file changed
src/Clients/IbericodeVatRatesClient.php
@@ -26,7 +26,6 @@ public function fetch(): array
26
]);
27
$body = (string) curl_exec($ch);
28
$status = (int) curl_getinfo($ch, CURLINFO_RESPONSE_CODE);
29
- curl_close($ch);
30
31
if ($body === '' || $status >= 400) {
32
throw new ClientException("Error fetching rates from {$url}.");
0 commit comments