Minor fixes and refactoring, improved statuses for UPS
-
Fixed: German UPS shipments are marked as delivered because the German status for "in delivery" contains the word "zugestellt" (delivered), which is associated with the state "delivered"
-
UPS Tracker: Move statuses list to own method. Allows to overwrite/expand the list with custom classes that extend this tracker
-
Introduced additional data for weight in the Fedex tracker:
$track->getAdditionalDetails('totalKgsWgt') // weight in KG
$track->getAdditionalDetails('totalLbsWgt') // weight in Lbs