From a5efbc50a66c55f7c58f01f8bf5484ae5e2726d9 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 20:48:36 +0200 Subject: [PATCH] Sitze und Rechtsformen aus Zefix API --- api/zefixAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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