refactor(sp31): rename Match strategy 'auto' to 'pcn-exact' for audit clarity

This commit is contained in:
Nora
2026-07-02 14:59:49 -06:00
parent 6624a0bafd
commit 75a2800a9d
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ def match(
matches.append(Match(
claim=chosen,
remittance=r,
strategy="auto",
strategy="pcn-exact",
is_reversal=r.is_reversal,
))
used_claim_ids.add(chosen.id)