Skip to content

Commit

Permalink
Removed unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
woutersamaey committed Mar 16, 2023
1 parent 714918f commit e221c54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Controller/Redirect/ReturnAfterPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Magento\Store\Model\StoreManagerInterface;
use Nofrixion\Payments\Helper\Data;
use Psr\Log\LoggerInterface;
use Storefront\BTCPay\Controller\Cart\Restore;

class ReturnAfterPayment implements \Magento\Framework\App\ActionInterface
{
Expand All @@ -28,7 +27,7 @@ class ReturnAfterPayment implements \Magento\Framework\App\ActionInterface
private StoreManagerInterface $storeManager;
private RedirectFactory $resultRedirectFactory;

public function __construct(StoreManagerInterface $storeManager, RequestInterface $request, LoggerInterface $logger, UrlInterface $url, RedirectFactory $resultRedirectFactory, PageFactory $resultPageFactory, Data $nofrixionHelper, OrderFactory $orderFactory, Session $checkoutSession, Restore $cartRestorer)
public function __construct(StoreManagerInterface $storeManager, RequestInterface $request, LoggerInterface $logger, UrlInterface $url, RedirectFactory $resultRedirectFactory, PageFactory $resultPageFactory, Data $nofrixionHelper, OrderFactory $orderFactory, Session $checkoutSession)
{
$this->storeManager = $storeManager;
$this->request = $request;
Expand Down

0 comments on commit e221c54

Please sign in to comment.