File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Dhl/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ class Carrier extends \Magento\Dhl\Model\AbstractDhl implements \Magento\Shippin
232
232
* @param \Magento\Framework\Stdlib\DateTime $dateTime
233
233
* @param \Magento\Framework\HTTP\ZendClientFactory $httpClientFactory
234
234
* @param array $data
235
- * @param \Magento\Dhl\Model\Validator\XmlValidatorFactory $xmlValidatorFactory
235
+ * @param \Magento\Dhl\Model\Validator\XmlValidator $xmlValidator
236
236
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
237
237
*/
238
238
public function __construct (
@@ -1970,6 +1970,6 @@ protected function isDutiable($origCountryId, $destCountryId)
1970
1970
1971
1971
return
1972
1972
self ::DHL_CONTENT_TYPE_NON_DOC == $ this ->getConfigData ('content_type ' )
1973
- && !$ this ->_isDomestic ;
1973
+ || !$ this ->_isDomestic ;
1974
1974
}
1975
1975
}
You can’t perform that action at this time.
0 commit comments