Etsy logo added

This commit is contained in:
wess 2022-03-10 12:58:35 -05:00
parent 886b0a6373
commit 5d5a7b88e0
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -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',