-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix DHL Quotes for Domestic Shipments when Content Type is set to Non-Document #19487
Fix DHL Quotes for Domestic Shipments when Content Type is set to Non-Document #19487
Conversation
Changed Allowable Methods (Non Doc and Doc) to always be displayed no matter what the content type mode is. Changed the isDutiable function to only look at whether a shipment is domestic or not. Previously it would return dutiable for everything if the Content Type mode is non document (which causes problems for domestic shipments in Non Document mode). Fixes #19485
Hi @gwharton. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @orlangur, thank you for the review. |
Hi @gwharton, thank you for your contribution! |
…is set to Non-Document #19487
Description (*)
matter what the content type mode is. Makes no sense to display one or the other.
domestic or not. Previously it would return dutiable for everything
if the Content Type mode is non document (which causes problems for
domestic shipments in Non Document mode). Fixes DHL Shipping Quotes fail for Domestic Shipments when Content Mode is "Non Documents" #19485
Fixed Issues (if relevant)
Manual testing scenarios (*)
4.1 UK, SW1 1AA (UK -> UK - Domestic - Documents - Non dutiable)
4.2 FR, 75001 (UK -> EU - Domestic - Documents - Non dutiable)
4.3 NO, 4032 (UK -> Europe - Intl - Non Documents - Dutiable)
4.4 US, 90210 (UK -> World - Intl - Non Documents - Dutiable)
Contribution checklist (*)