Webhooks/master_webhook.php aktualisiert

This commit is contained in:
2026-07-20 21:22:56 +00:00
parent e5ddec9199
commit 3a6f6071cb
+1 -1
View File
@@ -128,7 +128,7 @@ if (!empty($pdf_url)) {
logMasterDebug("Erfolgreich hochgeladen: $filename in Ordner für Template $template_id"); logMasterDebug("Erfolgreich hochgeladen: $filename in Ordner für Template $template_id");
if ($submission_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_CUSTOMREQUEST, "DELETE");
curl_setopt($ch_del, CURLOPT_HTTPHEADER, [ curl_setopt($ch_del, CURLOPT_HTTPHEADER, [
"X-Auth-Token: " . $api_key, "X-Auth-Token: " . $api_key,