-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
Bug reportIndicates that issue has been marked as a possible bugIndicates that issue has been marked as a possible bug
Description
Description
Boleto field validation is not working for zipcode
Steps to reproduce
- Place a Brazil payment
- Select Boleto as the payment method
- Add more than 30 characters in the Street
- Add zipcode with a hyphen, this is being accepted but will fail when processed
Actual behavior
The Boleto Adyen integration has some major input field issues:
- Special characters are not allowed, but the field validation is not flagging in
- Address fields are capped on 30 characters, this is way to low for Brazil
Expected behavior
Per our findings, there are several improvements to be made in the Boleto integration
- Increase the Address fields in size so full addresses will fit
- from AC feed address 1 to address and feed address 2 to casa#
- ideally accept a dash in the zip as it is standard practice (alternately, provide messaging to inform users). Dashes are standard in many countries
Code snippet or screenshots (if applicable)
No response
Adyen Magento Plugin version
9.12.1
Magento version
2.4.6-p3
Operating System
None
Browser (if applicable)
No response
Additional context and logs
No response
Metadata
Metadata
Assignees
Labels
Bug reportIndicates that issue has been marked as a possible bugIndicates that issue has been marked as a possible bug

