Skip to content

Commit

Permalink
Merge pull request #218 from steve228uk/master
Browse files Browse the repository at this point in the history
Switch BASE_URL to new TLD.
  • Loading branch information
Tustin authored Oct 18, 2022
2 parents 54444ce + 120c5ec commit 16032a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class Client extends AbstractClient
{
const AUTH_URL = 'https://ca.account.sony.com/api/';
const BASE_URL = 'https://m.np.playstation.net/api/';
const BASE_URL = 'https://m.np.playstation.com/api/';

private $accessToken;
private $refreshToken;
Expand Down

0 comments on commit 16032a3

Please sign in to comment.