Mindbody GetClientServices
问题 I've been navigating my way through the Mindbody API for a few days now, their php sample api implementation seems to have a couple of bugs here and there. I've run across a mind block trying to get the specific services acquired by the user, I'm getting no error, just my whole page halts when accessing the function. Code I'm running: $clientService = new MBClientService(); $clientService->SetDefaultCredentials($creds); $clientService->SetDefaultUserCredentials($creds2); $clientService-