Closed aarongerig closed 2 years ago
As described in https://github.com/plesk/api-php-lib/issues/110 right now we run into an error when trying to add multiple IP addresses as array.
This PR ignores the ip_address property and therefore does no longer try to add it to the general info as XML child node.
ip_address
Resolves https://github.com/plesk/api-php-lib/issues/110
Thank you for your effort. I addressed it a little bit different in 4bef1cd7f8bda46899124f4efa3e08060a0c211b
@sibprogrammer Thanks for fixing it!
As described in https://github.com/plesk/api-php-lib/issues/110 right now we run into an error when trying to add multiple IP addresses as array.
This PR ignores the
ip_address
property and therefore does no longer try to add it to the general info as XML child node.Resolves https://github.com/plesk/api-php-lib/issues/110