Skip to content

Commit 69b67fb

Browse files
author
Mark Berube
committed
MAGETWO-98341: Hardcode DHL gateway URL
1 parent cfdb551 commit 69b67fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ protected function isDutiable($origCountryId, $destCountryId)
19841984

19851985
return
19861986
self::DHL_CONTENT_TYPE_NON_DOC == $this->getConfigData('content_type')
1987-
|| !$this->_isDomestic;
1987+
&& !$this->_isDomestic;
19881988
}
19891989

19901990
/**

0 commit comments

Comments
 (0)