Skip to content

Commit 0883d63

Browse files
committed
MAGETWO-52079: [GITHUB] Order Repository GetList Method always returns the same shipping address for all orders #4019
1 parent f3e1524 commit 0883d63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Sales/Model/OrderRepository.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ private function setShippingAssignments(OrderInterface $order)
185185
}
186186

187187
/**
188-
* Get the new OrderExtension dependency for application code
189-
* @return OrderExtension
188+
* Get the new OrderExtensionFactory for application code
189+
*
190+
* @return OrderExtensionFactory
190191
* @deprecated
191192
*/
192193
private function getOrderExtensionFactory()

0 commit comments

Comments
 (0)