Align OTC webhook dispatch

This commit is contained in:
2026-06-16 18:03:21 +02:00
parent 179287566d
commit 4a5ce4f5c6
+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,