소스 검색

debug authtoken call

andre 5 년 전
부모
커밋
0a2de2b0e9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      api/Zm/Account.php

+ 0 - 1
api/Zm/Account.php

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