Pushed forward the refactoring, using traits

This commit is contained in:
Franck Allimant
2014-06-12 17:00:17 +02:00
parent b34f1c35c7
commit e9a0661938
20 changed files with 461 additions and 412 deletions

View File

@@ -148,7 +148,7 @@ class Coupon extends BaseAction implements EventSubscriberInterface
$this->request->getSession()->setConsumedCoupons($consumedCoupons);
}
$totalDiscount = $this->couponManager->getDiscount();
$this->request