fetch changes from branch export_to_lims

This commit is contained in:
2026-03-09 17:04:03 +03:00
parent 2598a4c91b
commit 93930227a2
3 changed files with 86 additions and 76 deletions
@@ -126,9 +126,9 @@ class VisualLimsApiClientMock
return [];
}
public function postMultipart(string $endpoint, string $filePath, string $fileName, int $commessaId): array
public function postMultipart(string $endpoint, string $filePath, string $fileName): array
{
error_log("[SIMULATE] POST multipart {$endpoint} file={$fileName} commessaId={$commessaId}");
error_log("[SIMULATE] POST multipart {$endpoint} file={$fileName}");
return ['simulated' => true, 'file' => $fileName];
}