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 a5fa3af commit af128feCopy full SHA for af128fe
app/code/Magento/Checkout/Controller/Index/Index.php
@@ -34,8 +34,6 @@ public function execute()
34
35
$this->_customerSession->regenerateId();
36
$this->_objectManager->get('Magento\Checkout\Model\Session')->setCartWasUpdated(false);
37
- $currentUrl = $this->_url->getUrl('*/*/*', ['_secure' => true]);
38
- $this->_objectManager->get('Magento\Customer\Model\Session')->setBeforeAuthUrl($currentUrl);
39
$this->getOnepage()->initCheckout();
40
$resultPage = $this->resultPageFactory->create();
41
$resultPage->getConfig()->getTitle()->set(__('Checkout'));
0 commit comments