Skip to content

Commit d775a2b

Browse files
committed
ACP2E-3807: [Cloud] Recent Orders not appearing in other store view if the orders are created on one store view
- fixed static tests
1 parent 2e3f99c commit d775a2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Sales/Block/Order/Recent.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Recent extends \Magento\Framework\View\Element\Template
2323
/**
2424
* Limit of orders
2525
*/
26-
const ORDER_LIMIT = 5;
26+
public const ORDER_LIMIT = 5;
2727

2828
/**
2929
* @var CollectionFactoryInterface
@@ -119,6 +119,8 @@ public function getViewUrl($order)
119119
* @param object $order
120120
* @return string
121121
* @deprecated 102.0.3 Action does not exist
122+
* @see This method is not used anymore
123+
*
122124
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
123125
*/
124126
public function getTrackUrl($order)

0 commit comments

Comments
 (0)