update slack msg
This commit is contained in:
parent
624ccaec48
commit
56a529c852
@ -69,9 +69,9 @@ class SlackNotifySubscriber implements EventSubscriberInterface
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
$msg = "Bestellung {$order->getOrderId()}: \n";
|
$msg = "Bestellung {$order->getOrderId()}: \n";
|
||||||
($item['marke'] ?: $msg .= $item['marke'] . '-');
|
$msg .= $item['marke'] . '-';
|
||||||
$msg .= $item['name'];
|
$msg .= $item['name'];
|
||||||
($item['han'] ?: $msg .= '-' . $item['han']);
|
$msg .= '-' . $item['han'];
|
||||||
$msg .= ' - *' . $item['menge'] . "* \n";
|
$msg .= ' - *' . $item['menge'] . "* \n";
|
||||||
|
|
||||||
if ($order->getStatus() == 1) {
|
if ($order->getStatus() == 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user