Skip to content

Commit e26cfdd

Browse files
committed
update zipCode to zipcode
1 parent 746bb50 commit e26cfdd

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)