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