Skip to content

Commit 128a79a

Browse files
committed
ACP2E-3403: Cart Price Rules Miscalculating Discount
1 parent 686704f commit 128a79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/Quote/Item/AbstractItem.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* - custom_price - new price that can be declared by user and recalculated during calculation process
1919
* - original_custom_price - original defined value of custom price without any conversion
2020
*
21+
* phpcs:disable Magento2.Classes.AbstractApi
2122
* @api
2223
* @method float getDiscountAmount()
2324
* @method \Magento\Quote\Model\Quote\Item\AbstractItem setDiscountAmount(float $amount)

0 commit comments

Comments
 (0)