Skip to content

Commit 35f8359

Browse files
ENGCOM-5125: Fixed issue magento#22875 Billing Agreements page title need to be improved magento#22876
- Merge Pull Request magento#22876 from amitvishvakarma/magento2:2.3-developPr22875 - Merged commits: 1. 3fb72ae 2. ed84c8d
2 parents e372188 + ed84c8d commit 35f8359

File tree

1 file changed

+6
-1
lines changed
  • app/code/Magento/Paypal/Controller/Billing/Agreement

1 file changed

+6
-1
lines changed

app/code/Magento/Paypal/Controller/Billing/Agreement/Index.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
*/
77
namespace 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

0 commit comments

Comments
 (0)