af5d08c6 by fehrlich

fix non sandbox verification

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