Bläddra i källkod

debug accountInfo

andre 5 år sedan
förälder
incheckning
3279c15dd9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)
 		{