From 3a6f6071cb488e82a7290be49de226498d8ac86f Mon Sep 17 00:00:00 2001 From: Pingu Date: Mon, 20 Jul 2026 21:22:56 +0000 Subject: [PATCH] Webhooks/master_webhook.php aktualisiert --- Webhooks/master_webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webhooks/master_webhook.php b/Webhooks/master_webhook.php index c09d855..3974cfa 100644 --- a/Webhooks/master_webhook.php +++ b/Webhooks/master_webhook.php @@ -128,7 +128,7 @@ if (!empty($pdf_url)) { logMasterDebug("Erfolgreich hochgeladen: $filename in Ordner für Template $template_id"); if ($submission_id) { - $ch_del = curl_init("https://docusign.fuyuzakura.de/api/v1/submissions/" . $submission_id); + $ch_del = curl_init("submissionURL" . $submission_id); curl_setopt($ch_del, CURLOPT_CUSTOMREQUEST, "DELETE"); curl_setopt($ch_del, CURLOPT_HTTPHEADER, [ "X-Auth-Token: " . $api_key,