-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Solve couponcode error message break issue #21354
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
Solve couponcode error message break issue #21354
Conversation
Hi @mageprince. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Does this happen with any other special char? |
@miguelbalparda No, this issue not raised with other special characters. This will happened only with "/" because API |
@mageprince Wouldn't it be better to encode this slash in some way instead of removing it completely? |
If we encode slash here then we also need to decode slash in The main issue here is only with "/" if we enter coupon like "test/" then it will contain url like |
@miguelbalparda Any update on this PR ? |
Hi @mageprince, thank you for your contribution! |
Hi @mageprince. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@mageprince if we can create such coupon codes (containing or ending in "/"), this issue is not solved by the PR. I'm trying to get clarification on this, until then I'll put this PR on hold. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mageprince,
Looks like this PR got stuck. I'm trying to push it forward.
We have update in the issue description, so expected result was changed. More details #21353 (comment)
Could you update your PR according to new requirements?
Hi @mageprince could you please sign CLA ?, as we cannot proceed until you not signed. |
…o mageprince-2.3-Fix-couponcode-error-message
@mageprince I am closing this PR now due to inactivity. |
Hi @mageprince, thank you for your contribution! |
Description (*)
On checkout page coupon code validation message break when enter coupon like "test/"
Fixed Issues (if relevant)
#21353
Contribution checklist (*)