We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29fbd3d + 5292b42 commit 0606ce5Copy full SHA for 0606ce5
app/models/canonical_transaction.rb
@@ -353,7 +353,7 @@ def likely_account_verification_related?
353
# Substring match (case-insensitive) for any of these identifiers in the
354
# memo indicating an account verification transaction. The majority use
355
# "ACCTVERIFY", however, it appears a few companies use other variants.
356
- memo_matches = %w[acctverify verify validation sdv-vrfy].any? { |s| memo.downcase.include?(s) }
+ memo_matches = %w[acctverify verify validation sdv-vrfy amts:].any? { |s| memo.downcase.include?(s) }
357
358
hcb_code.starts_with?("HCB-000-") && amount_cents.abs < 100 && memo_matches
359
end
0 commit comments