Updated order discount when clearing order coupons
This commit is contained in:
@@ -118,6 +118,8 @@ class Coupon extends BaseAction implements EventSubscriberInterface
|
||||
$this->couponManager->clear();
|
||||
|
||||
$this->request->getSession()->setConsumedCoupons(array());
|
||||
|
||||
$this->updateOrderDiscount(null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user