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 <jan.noehles@easybill.de>
  • Loading branch information
BolZer committed Jun 10, 2024
1 parent 13e605a commit d0739a1
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:standard:xrechnung_2.1');
return str_contains($result, 'xeinkauf.de:kosit:xrechnung_3.0');
}

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

0 comments on commit d0739a1

Please sign in to comment.