File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ public function execute()
23
23
//@todo: Refactor it to match CQRS
24
24
$ this ->_view ->loadLayout ();
25
25
$ this ->_view ->getLayout ()->initMessages ();
26
- $ this ->_view ->getPage ()->getConfig ()->getTitle ()->set (__ ('Success Page ' ));
27
26
$ this ->_eventManager ->dispatch (
28
27
'checkout_onepage_controller_success_action ' ,
29
28
['order_ids ' => [$ session ->getLastOrderId ()]]
Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" layout =" 1column" xsi : noNamespaceSchemaLocation =" ../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd" >
8
+ <head >
9
+ <title >Success Page</title >
10
+ </head >
8
11
<body >
9
12
<referenceBlock name =" page.main.title" >
10
13
<block class =" Magento\Checkout\Block\Onepage\Success" name =" checkout.success.print.button" template =" button.phtml" />
You can’t perform that action at this time.
0 commit comments