Sfoglia il codice sorgente

debug authtoken call

andre 5 anni fa
parent
commit
d1dc683016
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

@@ -788,7 +788,7 @@ class Zm_Account
 				$params
 			);
 
-			$result = $result['SOAP:ENVELOPE']['SOAP:BODY']['AUTHTOKEN'];
+//			$result = $result['SOAP:ENVELOPE']['SOAP:BODY']['AUTHTOKEN'];
 		}
 		catch (SoapFault $exception)
 		{