Skip to content

Commit f133bff

Browse files
committed
Revert changes
1 parent 0753860 commit f133bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/Quote/Discount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,6 @@ private function aggregateDiscountPerRule(
300300
}
301301
}
302302
}
303-
$address->getExtensionAttributes()->setDiscounts(array_values($addressDiscountAggregator));
303+
$address->getExtensionAttributes()->setDiscounts(array_values($addressDiscountAggregator));
304304
}
305305
}

0 commit comments

Comments
 (0)