Browse Source

edit Account

andre 2 years ago
parent
commit
b70c4b8115
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/KerioWhmcs.php

+ 1 - 1
api/KerioWhmcs.php

@@ -175,7 +175,7 @@ class KerioWhmcs extends KerioConnectApi {
 		$method = 'CompanyContacts.getAvailable';
 
 		$params = array(
-			'id' => array(
+			'domainId' => array(
 					$id,
 				)
 			);