feat: add method to check for email verification

This commit is contained in:
Christy Jacob 2022-04-27 22:08:40 +03:00
parent feb124d165
commit 957a99ce38

View file

@ -161,7 +161,7 @@ class Paypal extends OAuth2
*/
public function isEmailVerififed(): bool
{
return false
return false;
}
/**