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