You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing some modules for WHMCS and I noticed some inconsistency behaviour using WHMCS\Domains\DomainLookup\SearchResult::STATUS_UNKNOWN.
When I Check Availability from Client Area (through CheckAvailability function), if I return STATUS_UNKNOWN, Client Area says that that domain is unavailable:
However, in suggested domains, when that domain shows up to be checked (consequently to call CheckAvailability function again), if I return STATUS_UNKNOWN, it allows me to add to the cart:
Conclusion: When I return STATUS_UNKNOWN for a domain, I can't register it through the regular way but I CAN register it through suggested domains.
I don't know if I'm missing something... Can someone clarify this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I'm developing some modules for WHMCS and I noticed some inconsistency behaviour using
WHMCS\Domains\DomainLookup\SearchResult::STATUS_UNKNOWN
.When I Check Availability from Client Area (through CheckAvailability function), if I return
STATUS_UNKNOWN
, Client Area says that that domain is unavailable:However, in suggested domains, when that domain shows up to be checked (consequently to call
CheckAvailability
function again), if I returnSTATUS_UNKNOWN
, it allows me to add to the cart:Conclusion: When I return
STATUS_UNKNOWN
for a domain, I can't register it through the regular way but I CAN register it through suggested domains.I don't know if I'm missing something... Can someone clarify this?
Thank you.
The text was updated successfully, but these errors were encountered: