Skip to content

Commit 9263e99

Browse files
authored
LYNX-308:Calculate discount for multicoupon
1 parent d63b842 commit 9263e99

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
@@ -330,7 +330,7 @@ public function fetch(Quote $quote, Total $total)
330330
* @param AddressInterface $address
331331
* @return void
332332
*/
333-
private function aggregateDiscountPerRule(
333+
protected function aggregateDiscountPerRule(
334334
AbstractItem $item,
335335
AddressInterface $address
336336
) {

0 commit comments

Comments
 (0)