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 2e3f99c commit d775a2bCopy full SHA for d775a2b
app/code/Magento/Sales/Block/Order/Recent.php
@@ -23,7 +23,7 @@ class Recent extends \Magento\Framework\View\Element\Template
23
/**
24
* Limit of orders
25
*/
26
- const ORDER_LIMIT = 5;
+ public const ORDER_LIMIT = 5;
27
28
29
* @var CollectionFactoryInterface
@@ -119,6 +119,8 @@ public function getViewUrl($order)
119
* @param object $order
120
* @return string
121
* @deprecated 102.0.3 Action does not exist
122
+ * @see This method is not used anymore
123
+ *
124
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
125
126
public function getTrackUrl($order)
0 commit comments