We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed9b71 commit 0ba3177Copy full SHA for 0ba3177
app/code/Magento/Quote/Model/Quote/Address.php
@@ -1799,6 +1799,8 @@ protected function getCustomAttributesCodes()
1799
}
1800
1801
/**
1802
+ * Realization of the actual set method to boost performance
1803
+ *
1804
* @param float $value
1805
* @return $this
1806
*/
app/code/Magento/SalesRule/Helper/CartFixedDiscount.php
@@ -123,7 +123,7 @@ public function getDiscountAmount(
123
* @param float $qty
124
* @param float $baseItemPrice
125
* @param float $baseItemDiscountAmount
126
- * @param float $baseRuleTotalsWithDiscount
+ * @param float $baseRuleTotalsDiscount
127
* @param string $discountType
128
* @return float
129
0 commit comments