File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Quote/Model/Quote/Item Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 * @method float getBaseDiscountAmount()
2727 * @method \Magento\Quote\Model\Quote\Item\AbstractItem setBaseDiscountAmount(float $amount)
2828 * @method float getDiscountPercent()
29- * @method \Magento\Quote\Model\Quote\Item\AbstractItem setDiscountPercent()
29+ * @method \Magento\Quote\Model\Quote\Item\AbstractItem setDiscountPercent(float $percent )
3030 * @method float getOriginalDiscountAmount()
31- * @method \Magento\Quote\Model\Quote\Item\AbstractItem setOriginalDiscountAmount()
31+ * @method \Magento\Quote\Model\Quote\Item\AbstractItem setOriginalDiscountAmount(float $amount )
3232 * @method float getBaseOriginalDiscountAmount()
33- * @method \Magento\Quote\Model\Quote\Item\AbstractItem setBaseOriginalDiscountAmount()
33+ * @method \Magento\Quote\Model\Quote\Item\AbstractItem setBaseOriginalDiscountAmount(float $amount )
3434 * @method float getDiscountCalculationPrice()
35- * @method \Magento\Quote\Model\Quote\Item\AbstractItem setDiscountCalculationPrice()
35+ * @method \Magento\Quote\Model\Quote\Item\AbstractItem setDiscountCalculationPrice(float $amount )
3636 * @method float getBaseDiscountCalculationPrice()
37- * @method \Magento\Quote\Model\Quote\Item\AbstractItem setBaseDiscountCalculationPrice($price)
37+ * @method \Magento\Quote\Model\Quote\Item\AbstractItem setBaseDiscountCalculationPrice(float $price)
3838 * @method int[] getAppliedRuleIds()
3939 * @method \Magento\Quote\Model\Quote\Item\AbstractItem setAppliedRuleIds(array $ruleIds)
4040 * @method float getBaseTaxAmount()
You can’t perform that action at this time.
0 commit comments