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