File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Api/Data/ProductRender Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function getFinalPrice();
29
29
30
30
/**
31
31
* Set the final price: usually it calculated as minimal price of the product
32
- *
32
+ *
33
33
* Can be different depends on type of product
34
34
*
35
35
* @param string $finalPrice
@@ -40,7 +40,7 @@ public function setFinalPrice($finalPrice);
40
40
41
41
/**
42
42
* Retrieve max price of a product
43
- *
43
+ *
44
44
* E.g. for product with custom options is price with the most expensive custom option
45
45
*
46
46
* @return string
@@ -59,7 +59,7 @@ public function setMaxPrice($maxPrice);
59
59
60
60
/**
61
61
* Retrieve the minimal price of the product or variation
62
- *
62
+ *
63
63
* The minimal price is for example, the lowest price of all variations for complex product
64
64
*
65
65
* @return string
@@ -133,7 +133,7 @@ public function setMinimalPrice($minimalPrice);
133
133
134
134
/**
135
135
* Regular price - is price of product without discounts and special price with taxes and fixed product tax
136
- *
136
+ *
137
137
* Usually this price is corresponding to price in admin panel of product
138
138
*
139
139
* @return string
You can’t perform that action at this time.
0 commit comments