raulr / google-play-scraper

A PHP scraper to get app data from Google Play
MIT License
125 stars 65 forks source link

Fix: Call to undefined method Response::getStatus() #36

Closed feljor closed 2 years ago

feljor commented 3 years ago

Replace the Response::getStatus() with the newest Response::getStatusCode() to fix the Call to undefined method Response::getStatus() in the line 15 of Client.php and the line 368 of Scraper.php.