Skip to content

Commit

Permalink
Merge branch 'main' into ECP-8888
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp authored Feb 26, 2025
2 parents 481d3c5 + f37a2d8 commit 816c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public function createInvoiceFromWebhook(Order $order, Notification $notificatio
$notification->getAmountValue(),
$invoice->getId()
);
$this->adyenLogger->addAdyenWarning(sprintf(
$this->adyenLogger->addAdyenInfoLog(sprintf(
'Created new adyen_invoice linked to original reference %s, psp reference %s, and order %s.',
$notification->getOriginalReference(),
$notification->getPspreference(),
Expand Down

0 comments on commit 816c62e

Please sign in to comment.