Skip to content

Commit 5125913

Browse files
author
Joan He
committed
MC-6295: Update ShipmentValidationRequest
- address review comments
1 parent 2122e54 commit 5125913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,8 +1434,8 @@ protected function _doRequest()
14341434
$nodeServiceHeader->addChild('Password', (string)$this->getConfigData('password'));
14351435

14361436
$nodeMetaData = $nodeRequest->addChild('MetaData');
1437-
$nodeMetaData->addChild('SoftwareName', $this->productMetadata->getName());
1438-
$nodeMetaData->addChild('SoftwareVersion', $this->productMetadata->getVersion());
1437+
$nodeMetaData->addChild('SoftwareName', $this->buildSoftwareName());
1438+
$nodeMetaData->addChild('SoftwareVersion', $this->buildSoftwareVersion());
14391439

14401440
$originRegion = $this->getCountryParams(
14411441
$this->_scopeConfig->getValue(

0 commit comments

Comments
 (0)