af5d08c6 by fehrlich

fix non sandbox verification

1 parent 31d1c521
......@@ -237,7 +237,7 @@ abstract class ImmoScoutAPI extends GuzzleClient
$stack->push($oAuth);
$client = new Client([
'base_uri' => 'https://rest.sandbox-immobilienscout24.de/restapi/',
'base_uri' => $this->getBaseUrl(),
'handler' => $stack,
'auth' => 'oauth',
]);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!