Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-b1
-
Component/s: None
-
Labels:None
Description
Not every term is valid for registering or transferring a domain. For example, namesilo only allows 1 year terms for domain transfers. We should add an opportunity for registrar modules to validate terms. Perhaps a new RegistrarModule method:
public function isValidTerm($tld, $transfer = false) { ...; }
This would then be considered at least when creating a service, but perhaps we can also find a way to tie it into the order for availability check/term select