Skip to content

Commit

Permalink
Merge pull request #11 from marcinc81/master
Browse files Browse the repository at this point in the history
changed sandbox API URL
  • Loading branch information
Wiatrogon authored Apr 5, 2019
2 parents 0eac384 + 982e8ac commit 47ab2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sandbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Sandbox extends Api
{

const API_URI = 'https://sandbox.allegroapi.io';
const API_URI = 'https://api.allegro.pl.allegrosandbox.pl';

const TOKEN_URI = 'https://allegro.pl.allegrosandbox.pl/auth/oauth/token';

Expand Down

0 comments on commit 47ab2f1

Please sign in to comment.