This commit is contained in:
2026-03-27 12:58:07 +01:00
parent 6d062c5128
commit e9e2b1d263
2 changed files with 35 additions and 22 deletions

View File

@@ -318,7 +318,6 @@ final class ShopproApiClient
$body = curl_exec($curl);
$httpCode = (int) curl_getinfo($curl, CURLINFO_HTTP_CODE);
$curlError = trim(curl_error($curl));
curl_close($curl);
if ($body === false) {
return [