container->get('payplugmodule_payment_service'); Tlog::getInstance()->addAlert('Notification received'); Tlog::getInstance()->addAlert($request->getContent()); $notificationResource = $paymentService->getNotificationResource($request); $notificationEvent = new UnknownNotificationEvent($notificationResource); $this->dispatch(UnknownNotificationEvent::UNKNOWN_NOTIFICATION_EVENT, $notificationEvent); return new Response(); } }