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 2122e54 commit 5125913Copy full SHA for 5125913
app/code/Magento/Dhl/Model/Carrier.php
@@ -1434,8 +1434,8 @@ protected function _doRequest()
1434
$nodeServiceHeader->addChild('Password', (string)$this->getConfigData('password'));
1435
1436
$nodeMetaData = $nodeRequest->addChild('MetaData');
1437
- $nodeMetaData->addChild('SoftwareName', $this->productMetadata->getName());
1438
- $nodeMetaData->addChild('SoftwareVersion', $this->productMetadata->getVersion());
+ $nodeMetaData->addChild('SoftwareName', $this->buildSoftwareName());
+ $nodeMetaData->addChild('SoftwareVersion', $this->buildSoftwareVersion());
1439
1440
$originRegion = $this->getCountryParams(
1441
$this->_scopeConfig->getValue(
0 commit comments