|
|
@@ -778,7 +778,7 @@ class Zm_Account
|
|
|
|
|
|
$params = array(
|
|
|
new SoapParam($accountId, "id"),
|
|
|
- new SoapVar('<ns1:preauth timestamp="' . time() . ' expires="' . $expire . '">' . $preauthKey . '</ns1:preauth>', XSD_ANYXML),
|
|
|
+ new SoapParam($preauthKey, "preauth", XSD_ANYXML),
|
|
|
);
|
|
|
|
|
|
try
|