fix non sandbox verification
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ]); | ... | ... |
-
Please register or sign in to post a comment