Align OTC webhook dispatch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user