mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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);
|
$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;
|
||||||
|
Loading…
Reference in New Issue
Block a user