Skip to content

Commit

Permalink
MAGETWO-90632: DHL Shipping Method not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan He committed Aug 2, 2018
1 parent 8ad9684 commit 410027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Dhl/Model/Carrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -1970,6 +1970,6 @@ protected function isDutiable($origCountryId, $destCountryId)

return
self::DHL_CONTENT_TYPE_NON_DOC == $this->getConfigData('content_type')
&& !$this->_isDomestic;
|| !$this->_isDomestic;
}
}

0 comments on commit 410027d

Please sign in to comment.