Skip to content

Commit

Permalink
Using correct rules
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 29, 2024
1 parent 0e5cfe3 commit 876c386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static void main (final String [] args)
ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationRegistry (aVESRegistry)
.validationConfiguration (XRechnungValidation.VID_XRECHNUNG_UBL_INVOICE_302,
.validationConfiguration (XRechnungValidation.VID_XRECHNUNG_UBL_INVOICE_201,
new Phase4PeppolValidatonResultHandler ())
.sendMessageAndCheckForReceipt ();
LOGGER.info ("Peppol send result: " + eResult);
Expand Down

0 comments on commit 876c386

Please sign in to comment.