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 4393143 commit fb6714bCopy full SHA for fb6714b
app/code/Magento/Checkout/Controller/Onepage/Success.php
@@ -23,6 +23,7 @@ public function execute()
23
//@todo: Refactor it to match CQRS
24
$this->_view->loadLayout();
25
$this->_view->getLayout()->initMessages();
26
+ $this->_view->getPage()->getConfig()->getTitle()->set(__('Thank you for your purchase!'));
27
$this->_eventManager->dispatch(
28
'checkout_onepage_controller_success_action',
29
['order_ids' => [$session->getLastOrderId()]]
0 commit comments