Selaa lähdekoodia

debug authtoken call

andre 5 vuotta sitten
vanhempi
commit
cacd2f18a7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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