Skip to content

Commit

Permalink
Merge pull request #2 from serten-d/patch-1
Browse files Browse the repository at this point in the history
Allegro zmienia adres autoryzacji OAuth
  • Loading branch information
Wiatrogon authored Mar 13, 2018
2 parents 5e39c3e + 5dd93f3 commit 08161b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class Api extends Resource

const API_URI = 'https://allegroapi.io';

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

const AUTHORIZATION_URI = 'https://ssl.allegro.pl/auth/oauth/authorize';
const AUTHORIZATION_URI = 'https://allegro.pl/auth/oauth/authorize';

/**
* Api constructor.
Expand Down

0 comments on commit 08161b5

Please sign in to comment.