Fixed wrong namespace

This commit is contained in:
Franck Allimant
2014-01-31 16:03:02 +01:00
committed by Manuel Raynaud
parent a28e50c7e2
commit 779c33ac79

View File

@@ -342,6 +342,7 @@ class Order extends BaseAction implements EventSubscriberInterface
$event->getDispatcher()->dispatch(TheliaEvents::ORDER_BEFORE_PAYMENT, new OrderEvent($placedOrder));
/* clear session */
$session
->setProcessedOrder($placedOrder)