Skip to content

Commit 32ffac2

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-1076: Discount (Cart price rules) ignore Weee tax amount included in subtotal cart
1 parent 800f7ff commit 32ffac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Weee/Model/Total/Quote/WeeeTax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class WeeeTax extends Weee
1818
* Collect Weee taxes amount and prepare items prices for taxation and discount
1919
*
2020
* @param Quote $quote
21-
* @param ShippingAssignmentInterface $shippingAssignment
21+
* @param ShippingAssignmentInterface|Address $shippingAssignment
2222
* @param Total $total
2323
* @return $this
2424
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)

0 commit comments

Comments
 (0)