-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
We are using FedEx shipping module to quote the shipping cost. And we did not configure the DHL module but occasionally we will ship orders by DHL.
For the order shipped by DHL, when click "track order" link on admin, The DHL tracking always show the message below and there's no further information.
Tracking Number: 111
Carrier: DHL
Error: Tracking information is currently not available.
For the order shipped by FedEx, When click "track order" link on admin, it shows error on the popup window. The error is:
"....Undefined property: stdClass::$ActualDeliveryAddress in /var/www/html/vendor/magento/module-fedex/Model/Carrier.php on line 1075";i:1;s:11684:"#0 /var/www/html/vendor/magento/module-fedex/Model/Carrier.php(1075): Magento\Framework\App\ErrorHandler->handler(8, 'Undefined prope...', '/var/www/html...', 1075, Array)
The magento version is 2.0.4 on Centos 6 server, Apache 2.4, php5.6. Please advise.