mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
* Add sanity check for net balance mismatch in overpayment analysis - Introduced a validation to detect cases where transactions' net balance deviates significantly from the observed balance (using a 10% or $5 tolerance). - Returns `:unknown` with a `net-balance-mismatch` error for incomplete data scenarios. * Clarify liability net-balance comparison logic in overpayment analysis. --------- Co-authored-by: Josh Waldrep <joshua.waldrep5+github@gmail.com>