Fix OTC submit feedback

This commit is contained in:
2026-06-16 18:01:17 +02:00
parent e8f4b2ac6a
commit 179287566d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ try {
$pdo->commit();
$excelTrigger = dispatch_order_import_webhooks($pdo, $env);
$excelTrigger = trigger_excel_webhook($externalRef, $env);
json_response(201, [
'ok' => true,