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
@@ -104,6 +123,8 @@ private function returnBAD($type){
104
123
return'<namesilo><request><operation>API CALL</operation><ip>0.0.0.0</ip></request><reply><code>100</code><detail>BULK API MUST BE USED FOR THIS COMMAND - SET WITH setAPIType("bulk") - API CLIENT ERROR</detail></reply></namesilo>';
105
124
} elseif($type == 'nosupport'){
106
125
return'<namesilo><request><operation>API CALL</operation><ip>0.0.0.0</ip></request><reply><code>100</code><detail>API ENDPOINT NOT SUPPORTED BY CLIENT - API CLIENT ERROR</detail></reply></namesilo>';
126
+
} elseif($type == 'sandboxDrop'){
127
+
return'<namesilo><request><operation>API CALL</operation><ip>0.0.0.0</ip></request><reply><code>100</code><detail>SANDBOX CANNOT BE USED FOR THIS METHOD</detail></reply></namesilo>';
107
128
} else{
108
129
return'<namesilo><request><operation>API CALL</operation><ip>0.0.0.0</ip></request><reply><code>100</code><detail>UNKNOWN API CLIENT ERROR</detail></reply></namesilo>';
109
130
}
@@ -162,6 +183,10 @@ function registerDomain($domain, $years, $payment_id=null, $private=null, $auto_
0 commit comments