diff --git a/src/EventSubscriber/SlackNotifySubscriber.php b/src/EventSubscriber/SlackNotifySubscriber.php
index ddf2bb6..85963f0 100644
--- a/src/EventSubscriber/SlackNotifySubscriber.php
+++ b/src/EventSubscriber/SlackNotifySubscriber.php
@@ -68,6 +68,8 @@ class SlackNotifySubscriber implements EventSubscriberInterface
                     'allow_markdown' => true,
                 ]);
 
+                dd($item);
+
                 $msg = "Bestellung {$order->getOrderId()}: \n";
                 $msg .= $item['marke'] . '-';
                 $msg .= $item['name'];