andre 5 лет назад
Родитель
Сommit
ae54b63551
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      api/Zm/Account.php

+ 1 - 2
api/Zm/Account.php

@@ -778,8 +778,7 @@ class Zm_Account
 
 		$params = array(
 			new SoapParam($accountId, "id"),
-			new SoapParam($preauthKey, "preauth"),
-			new SoapParam(1000, "expire"),
+			new SoapParam($preauthKey, "blubb"),
 		);
 
 		try