diff --git a/api/zefixAPI.php b/api/zefixAPI.php index fb80d27..e3d20cf 100644 --- a/api/zefixAPI.php +++ b/api/zefixAPI.php @@ -85,6 +85,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo function communityCSV(string $username, string $password): string { $response = sendAPICommunityRequest($username, $password); + echo $response; $communityArray = json_decode($response, true); $csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n'; // Create CSV rows