Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Feb 17, 2025
1 parent 53a5681 commit 156b874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Service/PaymentExtensionLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ public function getPaymentExtension(PaymentModel $payment): AbstractUnzerPayment
self::UNZERCLASSNAMEMAPPING[$payment->getId()],
$this->unzerSdkLoader->getUnzerSDK(),
$this->unzerService,
$this->logger
$this->logger,
new TmpOrderService()
);
}

Expand Down

0 comments on commit 156b874

Please sign in to comment.