Improved extraction of bunq data.

This commit is contained in:
James Cole
2017-08-26 06:21:22 +02:00
parent 4b2abb6f25
commit 0f229e4d7b
14 changed files with 605 additions and 22 deletions

View File

@@ -68,7 +68,8 @@ class BunqPrerequisites implements PrerequisitesInterface
{
$apiKey = Preferences::getForUser($this->user, 'bunq_api_key', false);
return ($apiKey->data === false);
return ($apiKey->data === false || is_null($apiKey->data));
}
/**