qjay Posted March 28, 2018 Share Posted March 28, 2018 Very simple question, I'm sure there's probably a simple answer that I seem to be missing. I've checked both the documentation and the official registrar repo. In the "registarmodulename_Sync" function, the example return values are as follows return array( 'active' => true, // Return true if the domain is active 'expired' => false, // Return true if the domain has expired 'expirydate' => '2016-11-01', // Return the current expiry date for the domain ); While I only see the binary options of active or expired, how would I go about setting a domain to transfered away instead? Link to comment Share on other sites More sharing options...
qjay Posted April 2, 2018 Author Share Posted April 2, 2018 The answer is to use the local API using the domain ID given in the params to make any adjustments to the status of the domain in question. Link to comment Share on other sites More sharing options...
Recommended Posts