saleor / storefront

Saleor Storefront built with React 18, Next.js 14, App Router, TypeScript, GraphQL, and Tailwind CSS.
https://storefront.saleor.io
BSD 3-Clause "New" or "Revised" License
1.01k stars 585 forks source link

Auto-captialize postal code #1024 #1081

Open mayixiaobai248 opened 5 months ago

mayixiaobai248 commented 5 months ago

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[bot] commented 5 months ago

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

A member of the Team first needs to authorize it.