Updated order discount when clearing order coupons

This commit is contained in:
Franck Allimant
2014-07-30 16:57:42 +02:00
parent c97cb78709
commit 24589a7142

View File

@@ -118,6 +118,8 @@ class Coupon extends BaseAction implements EventSubscriberInterface
$this->couponManager->clear();
$this->request->getSession()->setConsumedCoupons(array());
$this->updateOrderDiscount(null);
}
/**