christoph-schaeffer / dhl-business-shipping

An unofficial library for the DHL business shipping soap API (Version 3.3) and the dhl shipment tracking rest API written in PHP.
MIT License
29 stars 8 forks source link

ParcelShop is missing #24

Closed Manusan42 closed 1 year ago

Manusan42 commented 2 years ago

Is there a reason the ParcelShop is missing for Shipment.Receiver? I reviewed the national and international addressing specification which states for all non-German receivers "ParcelShop" instead of "Postfiliale". The xsd-schema also states for PostfilialeType "Type of Postfiliale (Receiver is in Germany)" and for ParcelShopType "Type of ParcelShop (Receiver is in Europe)".

christoph-schaeffer commented 2 years ago

Hello @Manusan42

thank you for letting me know that that property is missing.

There is no reason why it hasnt been added. I think i actually just didnt see it.

I will add it in the next weeks. Meanwhile you can just set it dynamically. 👍

christoph-schaeffer commented 1 year ago

@Manusan42 in Version 3.3.2 the ParcelShop property has been added.