From 957a99ce38d9c58a793dd6283bc3bf2e9d3e6cd6 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 27 Apr 2022 22:08:40 +0300 Subject: [PATCH] feat: add method to check for email verification --- src/Appwrite/Auth/OAuth2/Paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Paypal.php b/src/Appwrite/Auth/OAuth2/Paypal.php index e4e1bb626f..e87d3f4d76 100644 --- a/src/Appwrite/Auth/OAuth2/Paypal.php +++ b/src/Appwrite/Auth/OAuth2/Paypal.php @@ -161,7 +161,7 @@ class Paypal extends OAuth2 */ public function isEmailVerififed(): bool { - return false + return false; } /**