update slack msg
This commit is contained in:
parent
56a529c852
commit
5c62edb0d8
@ -68,6 +68,8 @@ class SlackNotifySubscriber implements EventSubscriberInterface
|
||||
'allow_markdown' => true,
|
||||
]);
|
||||
|
||||
dd($item);
|
||||
|
||||
$msg = "Bestellung {$order->getOrderId()}: \n";
|
||||
$msg .= $item['marke'] . '-';
|
||||
$msg .= $item['name'];
|
||||
|
Loading…
Reference in New Issue
Block a user