Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Jan 16, 2025
1 parent d768289 commit 375b19e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function finalizeOrder(Basket $basket, $user, $recalcOrder = false)
$result = parent::finalizeOrder($basket, $user, $recalcOrder);
$moduleService = $this->getServiceFromContainer(ModuleService::class);
if ($moduleService->isAdyenPayment($this->getAdyenStringData('oxpaymenttype'))) {
$pspReference = $this->getAdyenPSPReference();
$pspReference = $this->getAdyenPSPReference();
// the final OrderStatus is set via Notification
if ($this->isAdyenOrder()) {
$this->setAdyenOrderStatus('NOT_FINISHED');
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Service/ModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function testHandleAssetsTrue()

$paymentId = ModuleCore::PAYMENT_APPLE_PAY_ID;
$this->assertTrue($moduleService->handleAssets($paymentId));

}

/**
Expand Down

0 comments on commit 375b19e

Please sign in to comment.