Skip to content

Commit

Permalink
MAGETWO-52079: [GITHUB] Order Repository GetList Method always return…
Browse files Browse the repository at this point in the history
…s the same shipping address for all orders #4019
  • Loading branch information
Mulderua committed May 4, 2016
1 parent f3e1524 commit 0883d63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/code/Magento/Sales/Model/OrderRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ private function setShippingAssignments(OrderInterface $order)
}

/**
* Get the new OrderExtension dependency for application code
* @return OrderExtension
* Get the new OrderExtensionFactory for application code
*
* @return OrderExtensionFactory
* @deprecated
*/
private function getOrderExtensionFactory()
Expand Down

0 comments on commit 0883d63

Please sign in to comment.