From 90faeeca1ea8bf0a6b89dfeb70492d177073e292 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 6 Jul 2020 23:02:05 +0300 Subject: [PATCH 1/2] Updated changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 947fd27d5b..406b697921 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -38,6 +38,7 @@ - Fixed OAuth redirect when using the self-hosted instance default success URL ([#454](https://github.com/appwrite/appwrite/issues/454)) - Fixed bug denying authentication with Github OAuth provider - New OAuth adapter for Box.com +- New OAuth adapter for PayPal sandbox ## Breaking Changes - **Deprecated** `first` and `last` query params for documents list route in the database API From ebe3d05bb582fd1e46dd158835058775a56b737d Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 7 Jul 2020 10:14:24 +0300 Subject: [PATCH 2/2] Fixed paypal auto loading --- src/Appwrite/Auth/OAuth2/PaypalSandbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/PaypalSandbox.php b/src/Appwrite/Auth/OAuth2/PaypalSandbox.php index 7ca628f6bb..8c4baee6ba 100644 --- a/src/Appwrite/Auth/OAuth2/PaypalSandbox.php +++ b/src/Appwrite/Auth/OAuth2/PaypalSandbox.php @@ -7,7 +7,7 @@ use Appwrite\Auth\OAuth2\Paypal; class PaypalSandbox extends Paypal { - protected environment = 'sandbox'; + protected $environment = 'sandbox'; /** * @return string