Skip to content

Commit

Permalink
Fix reader for xrechnung cii
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Nöhles <[email protected]>
  • Loading branch information
BolZer committed Jun 10, 2024
1 parent 521894a commit 13e605a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocumentXmlReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ private function isXRechnungCII(\DOMDocument $document): bool
return false;
}

return str_contains($result, 'kosit:xrechnung_3.0');
return str_contains($result, 'kosit:standard:xrechnung_2.1');
}

private function isPeppol(\DOMDocument $document): bool
Expand Down

0 comments on commit 13e605a

Please sign in to comment.