Skip to content

Commit e221c54

Browse files
committed
Removed unneeded import
1 parent 714918f commit e221c54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Controller/Redirect/ReturnAfterPayment.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Magento\Store\Model\StoreManagerInterface;
1616
use Nofrixion\Payments\Helper\Data;
1717
use Psr\Log\LoggerInterface;
18-
use Storefront\BTCPay\Controller\Cart\Restore;
1918

2019
class ReturnAfterPayment implements \Magento\Framework\App\ActionInterface
2120
{
@@ -28,7 +27,7 @@ class ReturnAfterPayment implements \Magento\Framework\App\ActionInterface
2827
private StoreManagerInterface $storeManager;
2928
private RedirectFactory $resultRedirectFactory;
3029

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

0 commit comments

Comments
 (0)