Skip to content

Commit

Permalink
Fix contextparameter in EXTENDED Profile definition
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Aug 18, 2023
1 parent 8072bea commit 7a8ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrderProfiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class OrderProfiles
'name' => 'extended',
'altname' => 'EXTENDED',
'description' => 'The EXTENDED Profile is the COMFORT profile, with more information on line level, allowing for instance multiple delivery location, Buyer Requisitioner on line level, minimum and maximum requested quantities, Seller and Buyer legal Address (if different of Address), VAT Breakdown, … and all information on EXTENDED profile for Factur-X that can be present at the Order step of the global supply chain.',
'contextparameter' => 'urn:order-x.eu:1p0:basicurn:order-x.eu:1p0:extended',
'contextparameter' => 'urn:order-x.eu:1p0:extended',
'attachmentfilename' => 'order-x.xml',
'xmpname' => 'EXTENDED',
'xsdfilename' => 'SCRDMCCBDACIOMessageStructure_100pD20B.xsd',
Expand Down

0 comments on commit 7a8ce2b

Please sign in to comment.