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 4111046 commit 31d1f64Copy full SHA for 31d1f64
app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Price.php
@@ -23,16 +23,16 @@
23
class Price implements ProductRenderCollectorInterface
24
{
25
/** FInal Price key */
26
- const KEY_FINAL_PRICE = "final_price";
+ public const KEY_FINAL_PRICE = "final_price";
27
28
/** Minimal Price key */
29
- const KEY_MINIMAL_PRICE = "minimal_price";
+ public const KEY_MINIMAL_PRICE = "minimal_price";
30
31
/** Regular Price key */
32
- const KEY_REGULAR_PRICE = "regular_price";
+ public const KEY_REGULAR_PRICE = "regular_price";
33
34
/** Max Price key */
35
- const KEY_MAX_PRICE = "max_price";
+ public const KEY_MAX_PRICE = "max_price";
36
37
/**
38
* @var PriceCurrencyInterface
0 commit comments