Skip to content

Commit d13dc14

Browse files
author
roman
committed
MAGETWO-94340: Fixed incorrect return-order flow
1 parent 4f8a07a commit d13dc14

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Controller/AbstractController

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Controller/AbstractController/Reorder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ public function execute()
9999
$cart->save();
100100
return $resultRedirect->setPath('checkout/cart');
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)