metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 159 forks source link

Missing XML in domain renew #125

Closed MichelJonkman closed 6 years ago

MichelJonkman commented 6 years ago

I stumbled upon another problem. Whenever I send a renew request it's saying that domain:curExpDate is expected for RRPproxy and I can't seem to find anything to add that. Is there any way to add that to the request or is it a bug?

metaregistrar commented 6 years ago

When you make a new Metaregistrar\EPP\eppRenewRequest, it takes 2 parameters, domain name and expiration date. The expiration date you will have to get from the domain:info command. You only have to specify the date, not the time that is received from the domain:info

MichelJonkman commented 6 years ago

It works now, thanks!