-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
GameTitle.concept() was working perfectly days ago until recent days.
I was able to retrive game genres, descriptions, cover images... stuffs by calling concept().
psn-php/src/Model/GameTitle.php
Lines 27 to 34 in b4ecb23
| /** | |
| * Gets the store concept for the game. | |
| */ | |
| public function concept(): Concept | |
| { | |
| return new Concept($this->getHttpClient(), $this->pluck('concept.id')); | |
| } | |
But $game->concept() will now end up to 400 status code and throw an exception at
\vendor\tustin\haste\src\Http\Middleware\ResponseHandlerMiddleware.php line58
Tested in 3 different regions, got the same error.
Seems like Sony has changed their store concept api?