Преглед на файлове

remove nenew funktion like prod

andre преди 9 месеца
родител
ревизия
1e84f6f2a5
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      switchepp.php

+ 4 - 3
switchepp.php

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