miqwit / dedex

A generic efficient DDEX parser. Parse seemlessly the complex DDEX format and transform it into classes easily useable in your PHP project. Supports several versions (3.8.2, 4.1, 4.1.1) and is listed in the official DDEX page: https://kb.ddex.net/display/HBK/Open+Source+Software
MIT License
23 stars 11 forks source link

add missing DealListType, PartyListType and sample ern41 #5

Closed ignacioalles closed 3 years ago

ignacioalles commented 3 years ago

This is a pull request of #4

I've added 2 missing entities: DealListType and PartyListType that I think are required in ERN 4.1 spec

miqwit commented 3 years ago

I close this PR. I fixed the related issue in a more generic way (branch ddex411, now merged)