Closed kogelc closed 6 years ago
Hello @kogelc, You are targeting two differents services with Python and PHP wrapper. In your python script you have "serviceId": 61023049 whereas in PHP script you have [serviceId] => 61023050 You are probably targeting /domain/zone/{zoneName}/serviceInfos with your Python wrapper and /domain/{serviceName}/serviceInfos with PHP.
Concerning expiration lower than creation as your service never expires ("deleteAtExpiration": false) it does not matter.
Closing as issue is not related to python-ovh. If you have troubles with API, please contact api@ml.ovh.net
Hello,
In my attempt to manage my domains with the Ovh API, I have found some problems.
When I use the Python Wrapper, the information that I receive for the expiration date are wrong. Can you explain me why the expiration date is one day before the creation date ?
Python Wrapper
And I don't have this problem with the same code in PHP.
PHP Wrapper
Thanks for your help Best Regards