Parcourir la source

debug accountInfo

andre il y a 5 ans
Parent
commit
3279c15dd9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      api/Zm/Account.php

+ 1 - 1
api/Zm/Account.php

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