From 4d5ea55540002dcdfb47784943fab60c5f5dde07 Mon Sep 17 00:00:00 2001 From: gwharton <graham@gwharton.me.uk> Date: Wed, 13 Dec 2017 10:39:01 +0000 Subject: [PATCH] Updated Product Codes Updated product codes for Products I, O and 1 in accordance with DHL Document DHLIS1 - Products and Services Version 2.1 Legacy product codes, no longer listed in the above document left in place and not changed. http://www.dhl.co.uk/content/dam/downloads/uk/Express/PDFs/developer_centre/dhlis1_products_and_services.pdf --- app/code/Magento/Dhl/Model/Carrier.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Dhl/Model/Carrier.php b/app/code/Magento/Dhl/Model/Carrier.php index 45a97e22878..41c00cb822c 100644 --- a/app/code/Magento/Dhl/Model/Carrier.php +++ b/app/code/Magento/Dhl/Model/Carrier.php @@ -607,8 +607,9 @@ class Carrier extends \Magento\Dhl\Model\AbstractDhl implements \Magento\Shippin 'G' => __('Domestic economy select'), 'W' => __('Economy select'), 'I' => __('Break bulk economy'), + 'I' => __('Domestic express 9:00'), 'N' => __('Domestic express'), - 'O' => __('Others'), + 'O' => __('Domestic express 10:30'), 'R' => __('Globalmail business'), 'S' => __('Same day'), 'T' => __('Express 12:00'), @@ -616,7 +617,7 @@ class Carrier extends \Magento\Dhl\Model\AbstractDhl implements \Magento\Shippin ]; $nonDocType = [ - '1' => __('Customer services'), + '1' => __('Domestic express 12:00'), '3' => __('Easy shop'), '4' => __('Jetline'), '8' => __('Express easy'), -- GitLab