Parcourir la source

debug authtoken call

andre il y a 5 ans
Parent
commit
ae54b63551
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      api/Zm/Account.php

+ 1 - 2
api/Zm/Account.php

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