|
|
@@ -408,8 +408,8 @@ function switchepp_RegisterDomain($params) {
|
|
|
return $values;
|
|
|
}
|
|
|
|
|
|
-#**********************************Get Contact Detail*******************************#
|
|
|
-
|
|
|
+#**********************************Renew Domain*******************************#
|
|
|
+/*
|
|
|
function switchepp_RenewDomain($params) {
|
|
|
$userIdentifier = $params['APIUsername'];
|
|
|
$apiKey = $params['APIKey'];
|
|
|
@@ -427,8 +427,9 @@ function switchepp_RenewDomain($params) {
|
|
|
$enableEmailForwarding = (bool) $params['emailforwarding'];
|
|
|
$enableIdProtection = (bool) $params['idprotection'];
|
|
|
|
|
|
+}*/
|
|
|
|
|
|
-}
|
|
|
+#**********************************Get Contact Detail*******************************#
|
|
|
|
|
|
function switchepp_GetContactDetails($params) {
|
|
|
try {
|