File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
app/code/Magento/Paypal/Controller/Billing/Agreement Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 */
77namespace Magento \Paypal \Controller \Billing \Agreement ;
88
9- class Index extends \Magento \Paypal \Controller \Billing \Agreement
9+ use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
10+
11+ /**
12+ * Index Controller.
13+ */
14+ class Index extends \Magento \Paypal \Controller \Billing \Agreement implements HttpGetActionInterface
1015{
1116 /**
1217 * View billing agreements
@@ -16,7 +21,7 @@ class Index extends \Magento\Paypal\Controller\Billing\Agreement
1621 public function execute ()
1722 {
1823 $ this ->_view ->loadLayout ();
19- $ this ->_view ->getPage ()->getConfig ()->getTitle ()->prepend (__ ('Billing Agreements ' ));
24+ $ this ->_view ->getPage ()->getConfig ()->getTitle ()->set (__ ('Billing Agreements ' ));
2025 $ this ->_view ->renderLayout ();
2126 }
2227}
You can’t perform that action at this time.
0 commit comments