diff --git a/app/Support/Amount.php b/app/Support/Amount.php index 7c5f99728d..a585a86b5c 100644 --- a/app/Support/Amount.php +++ b/app/Support/Amount.php @@ -350,6 +350,7 @@ class Amount try { $value = Crypt::decrypt($value); // verified } catch (DecryptException $e) { + // ignore decryption error. } return $value;