Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 437 Bytes

2020-12-01-validate-vat-id.md

File metadata and controls

8 lines (8 loc) · 437 Bytes
title issue
Validate VAT ID
NEXT-11196

Core

  • Added vatIds from the request data into customer when register a customer in src/Core/Checkout/Customer/SalesChannel/RegisterRoute.
  • Added constraint validator CustomerVatIdentificationValidator for customer validation.
  • Added validations NotBlank, Type('array'), CustomerVatIdentification for vatIds in src/Core/Checkout/Customer/SalesChannel/RegisterRoute.