Remove Testprovider support and related references for streamlined provider handling.

This commit is contained in:
luckyPipewrench
2026-01-23 11:52:20 -05:00
parent b8ffe06974
commit 9caee4ec36
7 changed files with 5 additions and 23 deletions

View File

@@ -57,6 +57,7 @@ module <%= class_name %>Account::DataHelpers
Rails.logger.error("<%= class_name %>Account::DataHelpers - Failed to parse date: #{date_value.inspect} - #{e.message}")
nil
end
<% if investment_provider? -%>
# Find or create security with race condition handling
def resolve_security(symbol, symbol_data = {})
@@ -137,6 +138,7 @@ module <%= class_name %>Account::DataHelpers
nil
end
end
<% end -%>
# Handle currency as string or object (API inconsistency)
def extract_currency(data, fallback: nil)