refactor(sp31): rename Match strategy 'auto' to 'pcn-exact' for audit clarity
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user