We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc846e commit 4d5ea55Copy full SHA for 4d5ea55
app/code/Magento/Dhl/Model/Carrier.php
@@ -607,16 +607,17 @@ public function getDhlProducts($doc)
607
'G' => __('Domestic economy select'),
608
'W' => __('Economy select'),
609
'I' => __('Break bulk economy'),
610
+ 'I' => __('Domestic express 9:00'),
611
'N' => __('Domestic express'),
- 'O' => __('Others'),
612
+ 'O' => __('Domestic express 10:30'),
613
'R' => __('Globalmail business'),
614
'S' => __('Same day'),
615
'T' => __('Express 12:00'),
616
'X' => __('Express envelope'),
617
];
618
619
$nonDocType = [
- '1' => __('Customer services'),
620
+ '1' => __('Domestic express 12:00'),
621
'3' => __('Easy shop'),
622
'4' => __('Jetline'),
623
'8' => __('Express easy'),
0 commit comments