Skip to content

Commit 2b8a1fb

Browse files
author
Eric Bohanon
committed
MAGETWO-70861: Error is thrown when saving a shipment label using DHL
1 parent 8f6d824 commit 2b8a1fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ protected function _setQuotesRequestXmlDate(\SimpleXMLElement $requestXml, $date
10551055
* @param string $response
10561056
* @return bool|\Magento\Framework\DataObject|Result|Error
10571057
* @throws \Magento\Framework\Exception\LocalizedException
1058+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
10581059
* @since 2.0.0
10591060
*/
10601061
protected function _parseResponse($response)

0 commit comments

Comments
 (0)