centralnicgroup-opensource / rtldev-middleware-whmcs-rrpproxy-registrar

RRPproxy Registrar Module for WHMCS
https://www.rrpproxy.net
MIT License
7 stars 5 forks source link

.dev domains can't be transferred #96

Closed OrangeJuiced closed 2 years ago

OrangeJuiced commented 2 years ago

Describe the bug Trying to transfer a .dev domain produces the following error: Invalid attribute: X-ACCEPT-SSL-REQUIREMENT. I was able to transfer the domain after removing $extensions['X-ACCEPT-SSL-REQUIREMENT'] = $params["additionalfields"]['.DEV SSL Agreement'] ? 1 : 0; from dev.php in keysystems/tlds. I assume the same error will occur when trying to register a .dev domain.

KaiSchwarz-cnic commented 2 years ago

Thanks @OrangeJuiced, will be patched as well asap.

h9k commented 2 years ago

Thanks for reporting. This issue should be fixed in version 1.5.1. It only affected transfer, as the field is actually required for registrations.

KaiSchwarz-cnic commented 2 years ago

:tada: This issue has been resolved in version 1.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: