Skip to content

Commit 0ba3177

Browse files
committed
ACPT-1451: Fix functional tests failures
1 parent bed9b71 commit 0ba3177

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Quote/Model/Quote/Address.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,8 @@ protected function getCustomAttributesCodes()
17991799
}
18001800

18011801
/**
1802+
* Realization of the actual set method to boost performance
1803+
*
18021804
* @param float $value
18031805
* @return $this
18041806
*/

app/code/Magento/SalesRule/Helper/CartFixedDiscount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getDiscountAmount(
123123
* @param float $qty
124124
* @param float $baseItemPrice
125125
* @param float $baseItemDiscountAmount
126-
* @param float $baseRuleTotalsWithDiscount
126+
* @param float $baseRuleTotalsDiscount
127127
* @param string $discountType
128128
* @return float
129129
*/

0 commit comments

Comments
 (0)