Skip to content

Commit ca7305e

Browse files
committed
MAGETWO-52385: Order data is not transferred to new order when making Reorder
1 parent ef9b7b5 commit ca7305e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Quote/Model/QuoteRepository/SaveHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function __construct(
5959
*/
6060
public function save(CartInterface $quote)
6161
{
62-
// todo: remove getIsActive check
6362
/** @var \Magento\Quote\Model\Quote $quote */
6463
// Quote Item processing
6564
$items = $quote->getItems();

0 commit comments

Comments
 (0)