Skip to content

Commit

Permalink
Log invoice creation as INFO instead of WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schrammel committed Feb 7, 2025
1 parent 08f214c commit 783d9d7
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 783d9d7

Please sign in to comment.