From d8e56b297ef5ef3e1250bfce650517d5a486e70d Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 20:50:29 +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 a00ed0b..6f5a06b 100644 --- a/api/zefixAPI.php +++ b/api/zefixAPI.php @@ -84,7 +84,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo } function communityCSV(string $username, string $password): string { - echo "$response"; + echo "TEST"; $response = sendAPICommunityRequest($username, $password); $communityArray = json_decode($response, true); $csvOutput = 'bfsId,Kanton,Gemeindename,registryOfCommerceId\n';