From 19bac091502dd193c624bf387d7abebf7c088575 Mon Sep 17 00:00:00 2001 From: Salah Alkhwlani Date: Thu, 21 Oct 2021 14:14:00 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60eeb98..5a74f13 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ try { // // Using the access token, we may look up details about the merchant. // --- Same request in Curl --- - // curl --request GET --url 'https://api.salla.dev/admin/v2/oauth2/user/info' --header 'Authorization: Bearer ' + // curl --request GET --url 'https://accounts.salla.sa/oauth2/user/info' --header 'Authorization: Bearer ' /** @var \Salla\OAuth2\Client\Provider\SallaUser $user */ $user = $provider->getResourceOwner($token->getToken());