Closed PaulVanDeKamer closed 7 years ago
Catch the exception and see what's the problem:
try {
$test = $client->getLocation('1211GG');
} catch (Exception $e) {
var_dump($e);
}
This explains a lot. The user is not authorized for the method 'GetLocation'. Thanks.
Hi, Hope someone can help me out. Trying to get the Locations for drop points. this is my code:
Will result in this error:
Hope someone can help me out.