Skip to content

Commit f99ae4d

Browse files
author
gwharton
committed
Reverted change for product code "O"
Product code "O" changed in error. This reverts the change.
1 parent 2ba87c6 commit f99ae4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public function getDhlProducts($doc)
608608
'W' => __('Economy select'),
609609
'I' => __('Domestic express 9:00'),
610610
'N' => __('Domestic express'),
611-
'O' => __('Domestic express 10:30'),
611+
'O' => __('Others'),
612612
'R' => __('Globalmail business'),
613613
'S' => __('Same day'),
614614
'T' => __('Express 12:00'),

app/code/Magento/Dhl/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Europack,Europack
2424
"Domestic economy select","Domestic economy select"
2525
"Economy select","Economy select"
2626
"Domestic express","Domestic express"
27+
Others,Others
2728
"Globalmail business","Globalmail business"
2829
"Same day","Same day"
2930
"Express 12:00","Express 12:00"
@@ -79,5 +80,4 @@ Size,Size
7980
"Sort Order","Sort Order"
8081
Debug,Debug
8182
"Domestic express 9:00","Domestic express 9:00"
82-
"Domestic express 10:30","Domestic express 10:30"
8383
"Domestic express 12:00","Domestic express 12:00"

0 commit comments

Comments
 (0)