Skip to content

Commit 7ff24dc

Browse files
committed
AC-7900: Unable to create Shipping Label for Dutiable shipments in DHL shipping method
1 parent 8972621 commit 7ff24dc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -322,20 +322,20 @@ public function __construct(
322322
CurrencyFactory $currencyFactory,
323323
Data $directoryData,
324324
StockRegistryInterface $stockRegistry,
325-
\Magento\Shipping\Helper\Carrier $carrierHelper,
326-
\Magento\Framework\Stdlib\DateTime\DateTime $coreDate,
327-
Reader $configReader,
328-
StoreManagerInterface $storeManager,
329-
StringUtils $string,
330-
Division $mathDivision,
325+
\Magento\Shipping\Helper\Carrier $carrierHelper,
326+
\Magento\Framework\Stdlib\DateTime\DateTime $coreDate,
327+
Reader $configReader,
328+
StoreManagerInterface $storeManager,
329+
StringUtils $string,
330+
Division $mathDivision,
331331
ReadFactory $readFactory,
332-
DateTime $dateTime,
333-
LaminasClientFactory $httpClientFactory,
334-
array $data = [],
335-
XmlValidator $xmlValidator = null,
336-
ProductMetadataInterface $productMetadata = null,
337-
?AsyncClientInterface $httpClient = null,
338-
?ProxyDeferredFactory $proxyDeferredFactory = null
332+
DateTime $dateTime,
333+
LaminasClientFactory $httpClientFactory,
334+
array $data = [],
335+
XmlValidator $xmlValidator = null,
336+
ProductMetadataInterface $productMetadata = null,
337+
?AsyncClientInterface $httpClient = null,
338+
?ProxyDeferredFactory $proxyDeferredFactory = null
339339
) {
340340
$this->readFactory = $readFactory;
341341
$this->_carrierHelper = $carrierHelper;

0 commit comments

Comments
 (0)