Skip to content

Commit 4d5ea55

Browse files
author
gwharton
committed
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
1 parent 2cc846e commit 4d5ea55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Dhl/Model/Carrier.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,16 +607,17 @@ public function getDhlProducts($doc)
607607
'G' => __('Domestic economy select'),
608608
'W' => __('Economy select'),
609609
'I' => __('Break bulk economy'),
610+
'I' => __('Domestic express 9:00'),
610611
'N' => __('Domestic express'),
611-
'O' => __('Others'),
612+
'O' => __('Domestic express 10:30'),
612613
'R' => __('Globalmail business'),
613614
'S' => __('Same day'),
614615
'T' => __('Express 12:00'),
615616
'X' => __('Express envelope'),
616617
];
617618

618619
$nonDocType = [
619-
'1' => __('Customer services'),
620+
'1' => __('Domestic express 12:00'),
620621
'3' => __('Easy shop'),
621622
'4' => __('Jetline'),
622623
'8' => __('Express easy'),

0 commit comments

Comments
 (0)