Zentrale Excel-Webhook-Zustellung

This commit is contained in:
2026-06-16 15:16:02 +02:00
parent 53d8cd7339
commit 57dfae624d
5 changed files with 237 additions and 22 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ try {
$pdo->commit();
$excelTrigger = trigger_excel_webhook($externalRef, $env);
$excelTrigger = dispatch_order_import_webhooks($pdo, $env);
json_response(201, [
'ok' => true,