We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e503f87 + e26cfdd commit 6bbd893Copy full SHA for 6bbd893
src/components/ShippingDetails/ShippingDetails.jsx
@@ -76,7 +76,7 @@ const AddressForm = ({ addressType, billingCountry, shippingCountry, setShowBill
76
<Form.Group as={Col} controlId={`zip-${addressType}`}>
77
<Form.Control
78
placeholder='Zip/Postal Code'
79
- onChange={(e) => updateRequestForm(e.target.value, `${addressType}.zipCode`)}
+ onChange={(e) => updateRequestForm(e.target.value, `${addressType}.zipcode`)}
80
type='text'
81
required
82
className='prevent-validation-styles'
0 commit comments