Zentrale Excel-Webhook-Zustellung
This commit is contained in:
@@ -165,7 +165,7 @@ try {
|
||||
$pdo->commit();
|
||||
|
||||
$labelTrigger = trigger_shipping_label_flow($data, $env);
|
||||
$excelTrigger = trigger_excel_webhook($externalRef, $env);
|
||||
$excelTrigger = dispatch_order_import_webhooks($pdo, $env);
|
||||
|
||||
json_response(200, [
|
||||
'ok' => true,
|
||||
|
||||
Reference in New Issue
Block a user