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

Fix Service uses and BarCodes DataType name #19

Closed eduard-sukharev closed 8 years ago

eduard-sukharev commented 8 years ago

The BarCodes class name is written incorrectly, producing fatal errors on Class not found. Also there're no such directory as DHL\Datatype\Entity, only DHL\Entity, which renders service unusable and throws same Class not found error. This might not be the issue for Windows hosts, but for Linux ones it surely is.