Skip to content

Commit 6b41313

Browse files
authored
Update README.md
improve analyser sample to show service segments loading
1 parent 71aca74 commit 6b41313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Requires the EDI\Mapping package.
7575
$analyser = new EDI\Analyser();
7676
$mapping = new EDI\MappingProvider('D95B');
7777
$analyser->loadSegmentsXml($mapping->getSegments());
78+
$analyser->loadSegmentsXml($mapping->getServiceSegments(), false);
7879
$analyser->loadMessageXml($mapping->getMessage('coparn'));
7980
$analyser->loadCodesXml($mapping->getCodes());
8081
$analyser->directory = 'D95B';

0 commit comments

Comments
 (0)