Webhooks/master_webhook.php aktualisiert
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user