#### Environment details - OS: MacOS or CloudLinux v8.10.0 - PHP version: 8.3 - Package name and version: https://github.com/googleads/googleads-shopping-samples/tree/main/php - "google/apiclient": "^2.17.0", #### Steps to reproduce 1. I use service account credentials from content/service-account.json authentication method. 2. When I hit run() method from `'php/ProductsSample.php'`, i always get `Property Google\Service\Resource::$rootUrl does not exist`. 3. rootUrl is generated by `prepareServices()` method in `'php/ContentSession.php'` 4. This code has not been changed since 2021 and it was working just fine. Thank you.