-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transferred Away Status for Domains #32
Comments
@hostingwalk currently, it cannot be implemented since Openprovider API doesn't provide this info. |
Could it not be implemented by maintaining a history of the domain's status? By that I mean, if the domain name is active and then on next sync is found to not exist in the OP account, it is assume to be transferred away. |
Hi @willdashwood, we have reservations about building in too many assumptions into the module, and expanding the logical complexity of the domain sync task. Take for example these cases: base case: Domain expires which has a quarantine period Transfer out case In the base cases it works well, but there is an issue if a domain expires which doesn't have a quarantine (grace) period. problem case: Domain expires which does not have quarantine period: treated as "transfer out" While most popular TLDs have grace and redemption periods, we offer move than 400 which do not. These are usually country code TLDs (think .hotel.tz), and some of our module users are specifically using Openprovider for TLDs which are difficult to find elsewhere. |
I agree, it's not a great solution and would be better implemented at API level rather than workaround in the WHMCS module. Also I'd say support for transferred away status is low down on the list of priorities. |
not possible with current Openprovider API |
Since WHMCS 7.1 their is a Transferred Away Status for Domains
Maybe it can be implemented ?
The text was updated successfully, but these errors were encountered: