Skip to content

Commit

Permalink
PISHPS-314: resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muxfeld-diw committed Sep 16, 2024
2 parents 7dfa4d0 + 1edeafe commit a3243a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Refund/Exceptions/CreditNoteException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class CreditNoteException extends \Exception
public const CODE_ADDING_CREDIT_NOTE_LINE_ITEMS = 1;
public const CODE_REMOVING_CREDIT_NOTE_LINE_ITEMS = 2;
public const CODE_WARNING_LEVEL = 3;

final private function __construct(string $message, int $code)
{
parent::__construct($message, $code);
Expand Down

0 comments on commit a3243a0

Please sign in to comment.