Skip to content

Commit e574b9b

Browse files
committed
#AC3023-DHL Migration from V6.2 to V10: valid commodity code changes
1 parent 596c984 commit e574b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ protected function _doRequest()
16351635
* value should lie in between 1 to 9999.This field is mandatory.
16361636
*/
16371637
$nodeCommodity = $xml->addChild('Commodity', '', '');
1638-
$nodeCommodity->addChild('CommodityCode', substr('11', 0, 18));
1638+
$nodeCommodity->addChild('CommodityCode', substr('01', 0, 18));
16391639

16401640
/** Dutiable */
16411641
if ($this->isDutiable(

0 commit comments

Comments
 (0)