Skip to content

Commit 97ede1a

Browse files
author
Prabhu Ram
committed
MC-17411: Add plugins/update existing ones to support the Payflow Pro
- fix static failures - added action interface
1 parent c59d1c0 commit 97ede1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Paypal/Controller/Transparent/Response.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
use Magento\Paypal\Model\Payflow\Transparent;
2020
use Magento\Sales\Api\PaymentFailuresInterface;
2121
use Magento\Framework\Session\Generic as Session;
22+
use Magento\Framework\App\Action\HttpPostActionInterface;
2223

2324
/**
2425
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25-
*/
26-
class Response extends \Magento\Framework\App\Action\Action implements CsrfAwareActionInterface
26+
*/
27+
class Response extends \Magento\Framework\App\Action\Action implements CsrfAwareActionInterface, HttpPostActionInterface
2728
{
2829
/**
2930
* Core registry

0 commit comments

Comments
 (0)