alfallouji / DHL-API

This library provides a PHP client for the DHL XML Services. DHL XML Services is an online web services integration capability that provides DHL’s service availability, transit times, rates, shipment and courier pickup booking along with shipment tracking from over 140 countries around the world. Using DHL’s XML Services, customers can incorporate DHL shipping functionality into their websites, customer service applications or order processing systems.
191 stars 148 forks source link

How to retrieve 6x4 labels #21

Open gmcbroom opened 8 years ago

gmcbroom commented 8 years ago

Thanks for providing a class that undoubtedly has been of great use to many.

I need to retrieve the label in the 6x4 format which is suported using the DHL 4.0 spec. Is it just a case of changing the 'LabelTemplate' enumerator values in the Label.php classes to include 6X4_PDF (seems to work). If so would it be possible to include this in your classes?

Thanks