Closed blacksenator closed 3 years ago
I received an issue in my fork that the ampersand is not supported in email addresses.
solution will be: $email = $services->addChild('email', htmlspecialchars($address['email'])); instead of $email = $services->addChild('email', $address['email']);
$email = $services->addChild('email', htmlspecialchars($address['email']));
$email = $services->addChild('email', $address['email']);
Fixing is on the way
I received an issue in my fork that the ampersand is not supported in email addresses.
solution will be:
$email = $services->addChild('email', htmlspecialchars($address['email']));
instead of$email = $services->addChild('email', $address['email']);
Fixing is on the way