From 5dd93f39922f9ef16df4ba3659f13fa90efe93ed Mon Sep 17 00:00:00 2001 From: serten-d <36070617+serten-d@users.noreply.github.com> Date: Mon, 12 Mar 2018 15:06:22 +0100 Subject: [PATCH] Allegro zmienia adres autoryzacji OAuth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit w listopadzie 2017r. Allegro zmieniło adres autoryzacji OAuth z https://ssl.allegro.pl na https://allegro.pl. Domena https://ssl.allegro.pl przestanie być wspierana 13 lutego 2018r. --- src/Api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api.php b/src/Api.php index 03e34c9..f803632 100644 --- a/src/Api.php +++ b/src/Api.php @@ -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.