mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 17:06:39 -06:00
Just log and return false.
This commit is contained in:
parent
f741d05f94
commit
b1ea497262
@ -194,7 +194,7 @@ class FireflyValidator extends Validator
|
||||
$message = sprintf('Could not validate IBAN check value "%s" (IBAN "%s")', $iban, $value);
|
||||
Log::error($message);
|
||||
Log::error($e->getTraceAsString());
|
||||
throw new FireflyException($message, 0, $e);
|
||||
return false;
|
||||
}
|
||||
|
||||
return 1 === (int)$checksum;
|
||||
|
Loading…
Reference in New Issue
Block a user