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