We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f03dd3 commit db85184Copy full SHA for db85184
app/code/Magento/SalesRule/Model/Validator.php
@@ -244,6 +244,8 @@ public function reset(Address $address)
244
{
245
$this->validatorUtility->resetRoundingDeltas();
246
if ($this->_isFirstTimeResetRun) {
247
+ $address->setBaseSubtotalWithDiscount($address->getBaseSubtotal());
248
+ $address->setSubtotalWithDiscount($address->getSubtotal());
249
$address->setAppliedRuleIds('');
250
$address->getQuote()->setAppliedRuleIds('');
251
$this->_isFirstTimeResetRun = false;
0 commit comments