From e1df9faad7cbaf70ee3bf4e8365a037ee4ced1b0 Mon Sep 17 00:00:00 2001 From: wess Date: Thu, 14 Jul 2022 13:01:50 -0400 Subject: [PATCH] case fixed --- src/Appwrite/Auth/OAuth2/Etsy.php | 2 +- src/Appwrite/Auth/OAuth2/etsy.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Auth/OAuth2/Etsy.php b/src/Appwrite/Auth/OAuth2/Etsy.php index 8da3bd4c04..5a8db1cd59 100644 --- a/src/Appwrite/Auth/OAuth2/Etsy.php +++ b/src/Appwrite/Auth/OAuth2/Etsy.php @@ -14,7 +14,7 @@ class Etsy extends OAuth2 /** * @var string */ - private $version = '2022-03-10'; + private $version = '2022-07-14'; /** * @var array diff --git a/src/Appwrite/Auth/OAuth2/etsy.php b/src/Appwrite/Auth/OAuth2/etsy.php index 8da3bd4c04..5a8db1cd59 100644 --- a/src/Appwrite/Auth/OAuth2/etsy.php +++ b/src/Appwrite/Auth/OAuth2/etsy.php @@ -14,7 +14,7 @@ class Etsy extends OAuth2 /** * @var string */ - private $version = '2022-03-10'; + private $version = '2022-07-14'; /** * @var array