Skip to content

Commit 4ac223b

Browse files
author
vishalverma.magento279
committed
#25192 fixed
1 parent 99f206f commit 4ac223b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ public function getDhlProducts($doc)
675675
'H' => __('Economy select'),
676676
'J' => __('Jumbo box'),
677677
'M' => __('Express 10:30'),
678+
'N' => __('Domestic express'),
678679
'V' => __('Europack'),
679680
'Y' => __('Express 12:00'),
680681
];

app/code/Magento/Dhl/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<active>0</active>
2222
<title>DHL</title>
2323
<sallowspecific>0</sallowspecific>
24-
<nondoc_methods>1,3,4,8,P,Q,E,F,H,J,M,V,Y</nondoc_methods>
24+
<nondoc_methods>1,3,4,8,P,Q,E,F,H,J,M,N,V,Y</nondoc_methods>
2525
<doc_methods>2,5,6,7,9,B,C,D,U,K,L,G,W,I,N,O,R,S,T,X</doc_methods>
2626
<free_method>G</free_method>
2727
<gateway_url>https://xmlpi-ea.dhl.com/XMLShippingServlet</gateway_url>

0 commit comments

Comments
 (0)