Skip to content

Commit

Permalink
[SL-271] removed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Nov 22, 2024
1 parent be2dc42 commit c6b1dab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Service/SaferPayObtainPaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

use Exception;
use Invertus\SaferPay\Api\Request\ObtainPaymentMethodsService;
use Invertus\SaferPay\Context\GlobalShopContext;
use Invertus\SaferPay\Exception\Api\SaferPayApiException;
use Invertus\SaferPay\Logger\LoggerInterface;
use Invertus\SaferPay\Service\Request\ObtainPaymentMethodsObjectCreator;
Expand All @@ -47,14 +46,12 @@ public function __construct(
ObtainPaymentMethodsService $obtainPaymentMethodsService,
ObtainPaymentMethodsObjectCreator $obtainPaymentMethodsObjectCreator,
SaferPayPaymentNotation $saferPayPaymentNotation,
LoggerInterface $logger,
GlobalShopContext $context
LoggerInterface $logger
) {
$this->obtainPaymentMethodsService = $obtainPaymentMethodsService;
$this->obtainPaymentMethodsObjectCreator = $obtainPaymentMethodsObjectCreator;
$this->saferPayPaymentNotation = $saferPayPaymentNotation;
$this->logger = $logger;
$this->context = $context;
}

public function obtainPaymentMethods()
Expand Down

0 comments on commit c6b1dab

Please sign in to comment.