update slack msg

This commit is contained in:
Marko 2024-03-01 16:22:20 +01:00
parent 56a529c852
commit 5c62edb0d8
No known key found for this signature in database

View File

@ -68,6 +68,8 @@ class SlackNotifySubscriber implements EventSubscriberInterface
'allow_markdown' => true,
]);
dd($item);
$msg = "Bestellung {$order->getOrderId()}: \n";
$msg .= $item['marke'] . '-';
$msg .= $item['name'];