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

@@ -1008,9 +1008,9 @@
}, },
".env": { ".env": {
"type": "-", "type": "-",
"size": 475, "size": 538,
"lmtime": 1772752435680, "lmtime": 1774565782052,
"modified": true "modified": false
}, },
".env.codex.bak": { ".env.codex.bak": {
"type": "-", "type": "-",
@@ -2245,6 +2245,14 @@
"lmtime": 1772489488633, "lmtime": 1772489488633,
"modified": false "modified": false
}, },
".playwright-mcp": {
"console-2026-03-26T22-55-27-422Z.log": {
"type": "-",
"size": 138,
"lmtime": 1774565727939,
"modified": false
}
},
"public": { "public": {
"assets": { "assets": {
"css": { "css": {
@@ -2458,7 +2466,7 @@
"app.php": { "app.php": {
"type": "-", "type": "-",
"size": 9591, "size": 9591,
"lmtime": 1774304236567, "lmtime": 1774566330881,
"modified": false "modified": false
}, },
"auth.php": { "auth.php": {
@@ -2558,9 +2566,9 @@
}, },
"allegro.php": { "allegro.php": {
"type": "-", "type": "-",
"size": 38757, "size": 38673,
"lmtime": 1773002789330, "lmtime": 1774565889261,
"modified": true "modified": false
}, },
"apaczka.php": { "apaczka.php": {
"type": "-", "type": "-",
@@ -2600,8 +2608,8 @@
}, },
"email-templates.php": { "email-templates.php": {
"type": "-", "type": "-",
"size": 13747, "size": 14153,
"lmtime": 1773701529515, "lmtime": 1774564964461,
"modified": false "modified": false
}, },
"gs1.php": { "gs1.php": {
@@ -2678,8 +2686,8 @@
}, },
"index.php": { "index.php": {
"type": "-", "type": "-",
"size": 4020, "size": 4426,
"lmtime": 1774474734632, "lmtime": 1774566437972,
"modified": false "modified": false
} }
} }
@@ -2688,8 +2696,8 @@
"routes": { "routes": {
"web.php": { "web.php": {
"type": "-", "type": "-",
"size": 24767, "size": 24995,
"lmtime": 1774475608068, "lmtime": 1774566431014,
"modified": false "modified": false
} }
}, },
@@ -3341,14 +3349,14 @@
}, },
"EmailTemplateController.php": { "EmailTemplateController.php": {
"type": "-", "type": "-",
"size": 8542, "size": 9466,
"lmtime": 1773701492157, "lmtime": 1774564951844,
"modified": false "modified": false
}, },
"EmailTemplateRepository.php": { "EmailTemplateRepository.php": {
"type": "-", "type": "-",
"size": 3868, "size": 4630,
"lmtime": 1773701459278, "lmtime": 1774564944861,
"modified": false "modified": false
}, },
"InpostIntegrationController.php": { "InpostIntegrationController.php": {
@@ -3611,14 +3619,14 @@
"Automation": { "Automation": {
"AutomationController.php": { "AutomationController.php": {
"type": "-", "type": "-",
"size": 14859, "size": 15747,
"lmtime": 1774475481168, "lmtime": 1774566422090,
"modified": false "modified": false
}, },
"AutomationRepository.php": { "AutomationRepository.php": {
"type": "-", "type": "-",
"size": 8913, "size": 9712,
"lmtime": 1773789501115, "lmtime": 1774566398224,
"modified": false "modified": false
}, },
"AutomationService.php": { "AutomationService.php": {
@@ -5848,6 +5856,12 @@
"phpmailer": { "phpmailer": {
"phpmailer": {} "phpmailer": {}
} }
},
"delivery-tab-bug.png": {
"type": "-",
"size": 124327,
"lmtime": 1774565855738,
"modified": false
} }
} }
}, },

View File

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