Skip to content

Commit

Permalink
[ECP-8888] Update the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 26, 2025
1 parent 816c62e commit 98b5f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/OpenInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private function buildItemCategory($item): ?string
}
} catch (Exception $e) {
$this->adyenLogger->error(
__('An error occurred while fetching the `itemCategory`: %1', $e->getMessage())
__('An error occurred while building the line item field `itemCategory`: %1', $e->getMessage())
);
}

Expand Down

0 comments on commit 98b5f4b

Please sign in to comment.