Skip to content

Minor fixes and refactoring, improved statuses for UPS

Compare
Choose a tag to compare
@sauladam sauladam released this 14 Nov 12:27
· 14 commits to master since this release
a629f32
  • 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