update slack msg
This commit is contained in:
parent
b950238865
commit
624ccaec48
@ -72,7 +72,7 @@ class SlackNotifySubscriber implements EventSubscriberInterface
|
|||||||
($item['marke'] ?: $msg .= $item['marke'] . '-');
|
($item['marke'] ?: $msg .= $item['marke'] . '-');
|
||||||
$msg .= $item['name'];
|
$msg .= $item['name'];
|
||||||
($item['han'] ?: $msg .= '-' . $item['han']);
|
($item['han'] ?: $msg .= '-' . $item['han']);
|
||||||
$msg .= ' Menge: ' . $item['menge'] . "\n";
|
$msg .= ' - *' . $item['menge'] . "* \n";
|
||||||
|
|
||||||
if ($order->getStatus() == 1) {
|
if ($order->getStatus() == 1) {
|
||||||
$slack->from('CDS-Notify')->send($msg);
|
$slack->from('CDS-Notify')->send($msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user