Browse Source

terminateAccount

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

+ 9 - 0
api/KerioWhmcs.php

@@ -470,6 +470,15 @@ class KerioWhmcs extends KerioConnectApi {
 				'removeReferences' => TRUE,
 			),
 		);
+
+		logModuleCall(
+			'kerioEmail',
+			__FUNCTION__,
+			$userId,
+			'Debug params',
+			$params
+		);
+
 		$result = $this->sendRequest('Users.remove', $params);
 		return $result;
 	}