mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Fix for certain securities returning incorrect prices
This commit is contained in:
parent
154a1a971b
commit
31d9d926f7
4 changed files with 8 additions and 8 deletions
|
@ -138,7 +138,8 @@ class Provider::Synth
|
|||
name: security.dig("name"),
|
||||
logo_url: security.dig("logo_url"),
|
||||
exchange_acronym: security.dig("exchange", "acronym"),
|
||||
exchange_mic: security.dig("exchange", "mic_code")
|
||||
exchange_mic: security.dig("exchange", "mic_code"),
|
||||
exchange_country_code: security.dig("exchange", "country_code")
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue