registrobr / whmcs-registrobr-epp

WHMCS Registrar Module for interfacing to Registro.br EPP
GNU General Public License v3.0
41 stars 21 forks source link

CheckAvailability API method #80

Closed rubenskuhl closed 1 year ago

rubenskuhl commented 1 year ago

Replace whois.json with CheckAvailability on module code

rubenskuhl commented 1 year ago

This will be the only way to check availability with TestMode (beta.registro.br), since whois.json applies regardless of the TestMode option.

rubenskuhl commented 1 year ago

83 seems to be required for this one to fixed

rubenskuhl commented 1 year ago

Using this function require Domain Registrar lookup to be the single availability provider, which doesn't work for a registry integration module. Perhaps using this an option for staging (beta.registro.br), but main production service will still require whois.json if the WHMCS installation offers other TLDs than .br.

rubenskuhl commented 1 year ago

Topic open at WHMCS Community (https://whmcs.community/topic/324683-extending-whmcs-namespinner/) for this issue.

rubenskuhl commented 1 year ago

Domain lookup now works, with issue with multi-TLD integration still applies solved at commit a82de99b92b8eca2c9bdbdb50b4703931d052e4d .