Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
(MAGE2-323)[change] Adjust class declaration of HgwAbstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryouzanpaku committed Sep 3, 2020
1 parent c965d76 commit e59740b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Controller/HgwAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
namespace Heidelpay\Gateway\Controller;

use Heidelpay\Gateway\Helper\Payment as HeidelpayHelper;
use Magento\Framework\App\Action\Action;
use Magento\Framework\App\RequestInterface;
use Magento\Framework\Controller\ResultInterface;
use Magento\Quote\Model\QuoteManagement;
use Magento\Sales\Model\Order\Email\Sender\OrderSender;
use Magento\Sales\Model\Order\Email\Sender\OrderCommentSender;
use Magento\Sales\Model\Order\Email\Sender\InvoiceSender;
use Magento\Framework\App\CsrfAwareActionInterface;
use Magento\Framework\App\Request\InvalidRequestException;

/**
* Abstract controller class
Expand All @@ -21,7 +22,7 @@
* @subpackage Magento2
* @category Magento2
*/
abstract class HgwAbstract extends CsrfAwareActionInterface
abstract class HgwAbstract extends Action implements CsrfAwareActionInterface
{
protected $resultPageFactory;
protected $logger;
Expand Down

0 comments on commit e59740b

Please sign in to comment.