From b190bc28d843b40fd63d6fb5bad2bdfd1333acbe Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 13 Jan 2020 19:46:41 +0530 Subject: [PATCH] chore: added required Scopes to Amazon Adapter --- src/Auth/OAuth/Amazon.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Auth/OAuth/Amazon.php b/src/Auth/OAuth/Amazon.php index 71bb8aaee6..d249d34214 100644 --- a/src/Auth/OAuth/Amazon.php +++ b/src/Auth/OAuth/Amazon.php @@ -15,6 +15,11 @@ class Amazon extends OAuth */ protected $user = []; + /** + * @var array + */ + protected $requiredScope = []; + /** * @return string */