Skip to content

Commit

Permalink
Update basic Magento module
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wysocki committed Dec 17, 2024
1 parent 6ec91f6 commit b25d718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Resolver/Mutation/BlikAliasPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BlikAliasPayment implements ResolverInterface
private \Magento\Customer\Model\Session $customerSession;
private TpayAliasService $aliasService;

public function __construct(TransactionApiFacade $transactionApiFacade, Session $checkoutSession, TpayService $tpayService, TpayAliasService $aliasService, \Magento\Customer\Model\Session $customerSession)
public function __construct(TransactionApiFacade $transactionApiFacade, Session $checkoutSession, TpayAliasService $aliasService, \Magento\Customer\Model\Session $customerSession)
{
$this->transactionApiFacade = $transactionApiFacade;
$this->checkoutSession = $checkoutSession;
Expand Down

0 comments on commit b25d718

Please sign in to comment.