-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Issue] Fix wrong format error DHL shipping label #31032
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
Comments
Hi @engcom-Bravo. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @m2-assistant[bot]. Thank you for your report.
The fix will be available with the upcoming 2.4.3 release. |
This issue is automatically created based on existing pull request: #31021: Fix wrong format error DHL shipping label
Fix "The response is in wrong format." error while generating dhl shipping label. When product name has unicode characters substr() is sending � in causing erros dhl syntax errors.
Description (*)
DHL shipping.log produces error "Error in parsing request XML:The element type "PieceContents" must be terminated by the matching end-tag "</PieceContents>"."
This is caused in our use case by substr() not supporting multibyte characters in product name.
Preconditions
Steps to reproduce (*)
Expected result
Shipping Label should be created
Actual Result
"The response format is wrong" error message appears

Note from Engcom ❗
We are able to get the error message with a product named Product
The text was updated successfully, but these errors were encountered: