Open hurricane-voronin opened 3 years ago
Hi there, I've got an error during validation of address existence in case when it does not belong to any customer: see AddressExistsValidator
AddressExistsValidator
if ($address->getCustomer()->getEmail() !== $user->getEmail()) { return $this->context->addViolation($constraint->message); }
Shouldn't this be fixed by your merge request? If not could you elaborate on what is still not working?
Hi there, I've got an error during validation of address existence in case when it does not belong to any customer: see
AddressExistsValidator