1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

Merge branch 'master' of github.com:appwrite/appwrite into swoole

This commit is contained in:
Eldad Fux 2020-07-07 10:15:26 +03:00
commit d1d4d7ed8a
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,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

View file

@ -7,7 +7,7 @@ use Appwrite\Auth\OAuth2\Paypal;
class PaypalSandbox extends Paypal
{
protected environment = 'sandbox';
protected $environment = 'sandbox';
/**
* @return string