We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86515dd commit 4592185Copy full SHA for 4592185
app/code/Magento/Sales/Controller/Guest/Form.php
@@ -63,7 +63,7 @@ public function __construct(
63
public function execute()
64
{
65
if ($this->customerSession->isLoggedIn()) {
66
- return $this->resultRedirectFactory->create()->setPath('customer/account/');
+ return $this->resultRedirectFactory->create()->setPath('sales/order/history');
67
}
68
69
$resultPage = $this->resultPageFactory->create();
0 commit comments