Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 23, 2023
1 parent 49445d9 commit 50fb1a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static void main (final String [] args)
"-----END CERTIFICATE-----"),
"https://peppol-dev.strands.com/api-hub/as4")
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidationSG.VID_OPENPEPPOL_BIS3_SG_UBL_INVOICE_103,
.validationConfiguration (PeppolValidationSG.VID_OPENPEPPOL_BIS3_SG_UBL_INVOICE_2023_7,
new Phase4PeppolValidatonResultHandler ())
.sendMessageAndCheckForReceipt ();
LOGGER.info ("Peppol send result: " + eResult);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static void main (final String [] args)
"-----END CERTIFICATE-----"),
"https://dev.einvoicing.i-portal.biz/msh")
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationConfiguration (PeppolValidationSG.VID_OPENPEPPOL_BIS3_SG_UBL_INVOICE_103,
.validationConfiguration (PeppolValidationSG.VID_OPENPEPPOL_BIS3_SG_UBL_INVOICE_2023_7,
new Phase4PeppolValidatonResultHandler ())
.sendMessageAndCheckForReceipt ();
LOGGER.info ("Peppol send result: " + eResult);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static void main (final String [] args)
ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationRegistry (aVESRegistry)
.validationConfiguration (EN16931Validation.VID_CII_139,
.validationConfiguration (EN16931Validation.VID_CII_1311,
new Phase4PeppolValidatonResultHandler ())
.sendMessageAndCheckForReceipt ();
LOGGER.info ("Peppol send result: " + eResult);
Expand Down

0 comments on commit 50fb1a0

Please sign in to comment.