Explorar o código

debug authtoken call

andre %!s(int64=5) %!d(string=hai) anos
pai
achega
cacd2f18a7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      api/Zm/Account.php

+ 1 - 0
api/Zm/Account.php

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