Denys Voronin

Results 1 issues of Denys Voronin

Hi there, I've got an error during validation of address existence in case when it does not belong to any customer: see `AddressExistsValidator` ```php if ($address->getCustomer()->getEmail() !== $user->getEmail()) { return...