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 3fb72ae commit ed84c8dCopy full SHA for ed84c8d
app/code/Magento/Paypal/Controller/Billing/Agreement/Index.php
@@ -6,7 +6,12 @@
6
*/
7
namespace Magento\Paypal\Controller\Billing\Agreement;
8
9
-class Index extends \Magento\Paypal\Controller\Billing\Agreement
+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
15
{
16
/**
17
* View billing agreements
0 commit comments