Skip to content

Commit 6bbd893

Browse files
authored
Merge pull request #123 from scientist-softserv/93-zipcode
93 zipcode
2 parents e503f87 + e26cfdd commit 6bbd893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ShippingDetails/ShippingDetails.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const AddressForm = ({ addressType, billingCountry, shippingCountry, setShowBill
7676
<Form.Group as={Col} controlId={`zip-${addressType}`}>
7777
<Form.Control
7878
placeholder='Zip/Postal Code'
79-
onChange={(e) => updateRequestForm(e.target.value, `${addressType}.zipCode`)}
79+
onChange={(e) => updateRequestForm(e.target.value, `${addressType}.zipcode`)}
8080
type='text'
8181
required
8282
className='prevent-validation-styles'

0 commit comments

Comments
 (0)