Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

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.