diff --git a/public/images/users/etsy.png b/public/images/users/etsy.png new file mode 100644 index 0000000000..ac038ec97e Binary files /dev/null and b/public/images/users/etsy.png differ diff --git a/src/Appwrite/Auth/OAuth2/etsy.php b/src/Appwrite/Auth/OAuth2/etsy.php index 63b3ea0726..73e13c6dfb 100644 --- a/src/Appwrite/Auth/OAuth2/etsy.php +++ b/src/Appwrite/Auth/OAuth2/etsy.php @@ -68,7 +68,7 @@ class Notion extends OAuth2 */ public function getName():string { - return 'notion'; + return 'etsy'; } /** @@ -96,7 +96,7 @@ class Notion extends OAuth2 { if(empty($this->tokens)) { $headers = ['Content-Type: application/x-www-form-urlencoded']; - + $this->tokens = \json_decode($this->request( 'POST', $this->endpoint . '/oauth/token',