Skip to content
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

Auto-captialize postal code #1024 #1081

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mayixiaobai248
Copy link

This pull request adds functionality to the getAddressInputData function within the AddressForm utilities to automatically convert postal code input to uppercase.

Modified getAddressInputData in src/checkout/components/AddressForm/utils.py to capitalize postal codes before form submission. This ensures consistency with backend API requirements and improves user experience by removing case sensitivity issues.
Why this change is needed
The backend API requires postal codes to be in uppercase. Users might enter lowercase postal codes, which results in validation errors that could be confusing. By automatically transforming postal codes to uppercase, we eliminate this friction and potential confusion.
Testing
Manual testing was conducted to ensure the form behaves as expected, and postal codes can transfer to uppercase.
This change resolves issue #1024.

Copy link

vercel bot commented Mar 31, 2024

@mayixiaobai248 is attempting to deploy a commit to the Saleor Commerce Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant