Skip to content

Commit

Permalink
Merge pull request #4 from sgobotta/feature/add-missing-price-to-refe…
Browse files Browse the repository at this point in the history
…rence-type-currencies-http-response

Add missing price attr for currencies http json responses
  • Loading branch information
sgobotta authored Nov 9, 2023
2 parents 978a61c + 55f33d2 commit feb883c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ex_finance_web/controllers/currency_json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ defmodule ExFinanceWeb.CurrencyJSON do
name: currency.name,
type: currency.type,
variation_percent: currency.variation_percent,
variation_price: currency.variation_price,
meta: currency.meta,
info_type: currency.info_type,
buy_price: currency.buy_price,
Expand Down

0 comments on commit feb883c

Please sign in to comment.