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 fb6714b commit 256fc44Copy full SHA for 256fc44
app/code/Magento/Checkout/Controller/Onepage/Success.php
@@ -23,7 +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!'));
+ $this->_view->getPage()->getConfig()->getTitle()->set(__('Success Page'));
27
$this->_eventManager->dispatch(
28
'checkout_onepage_controller_success_action',
29
['order_ids' => [$session->getLastOrderId()]]
0 commit comments