فهرست منبع

debug authtoken call

andre 5 سال پیش
والد
کامیت
db6c31a08f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

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