Skip to content

Comments

Auto-captialize postal code #1024#1081

Open
mayixiaobai248 wants to merge 1 commit intosaleor:mainfrom
mayixiaobai248:change2
Open

Auto-captialize postal code #1024#1081
mayixiaobai248 wants to merge 1 commit intosaleor:mainfrom
mayixiaobai248:change2

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.

@vercel
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.

1 participant