Bläddra i källkod

debug authtoken call

andre 5 år sedan
förälder
incheckning
ae54b63551
1 ändrade filer med 1 tillägg och 2 borttagningar
  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