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.
2 parents e372188 + ed84c8d commit 35f8359Copy full SHA for 35f8359
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