diff --git a/src/Appwrite/Auth/OAuth2/Etsy.php b/src/Appwrite/Auth/OAuth2/Etsy.php index a168626351..d04337a2fc 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -30,26 +30,8 @@ class Etsy extends OAuth2 * @var array */ protected array $scopes = [ - "address_r", - "address_w", - "billing_r", - "cart_r", - "cart_w", "email_r", - "favorites_r", - "favorites_w", - "feedback_r", - "listings_d", - "listings_r", - "listings_w", "profile_r", - "profile_w", - "recommend_r", - "recommend_w", - "shops_r", - "shops_w", - "transactions_r", - "transactions_w", ]; private $pkce = ''; @@ -166,7 +148,7 @@ class Etsy extends OAuth2 /** * Check if the OAuth email is verified * - * If present, the email is verified. This was verfied through a manual Stripe sign up process + * OAuth is only allowed if account has been verified through Etsy, itself. * * @param string $accessToken *