Updated validator

This commit is contained in:
David Bomba 2025-01-21 11:08:56 +11:00
parent 6cceb4f009
commit 8ccb0b798c
1 changed files with 2 additions and 2 deletions

View File

@ -281,8 +281,8 @@ class ZugferdTest extends TestCase
if (count($validator->getErrors()) > 0) {
nlog($invoice->toArray());
nlog($xml);
// nlog($invoice->toArray());
// nlog($xml);
nlog($validator->getErrors());
}