title | issue |
---|---|
Fix Null Value Issue for 'zipcode' Column in Database |
NEXT-29921 |
- Changed
Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
to remove thezipcode
definition in validation. - Added migration
Shopware\Core\Migration\V6_5\Migration1695776504UpdateZipCodeOfTableOrderAddressToNullable
to update thezipcode
column of theorder_address
table tonullable
. - Added migration
Shopware\Core\Migration\V6_5\Migration1695778183UpdateStreetOfTableCustomerAddressToNotNull
to update thestreet
column of thecustomer_address
table tonot null
.
- Changed
Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader
to set thezipcode
definition in validation.