|
@@ -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
|