Skip to content

Commit

Permalink
Merge pull request #26 from windingtree/fix/rateFromBaseCurrency
Browse files Browse the repository at this point in the history
fix: change type rate from base currency to string
  • Loading branch information
Galeaf11 authored Oct 26, 2022
2 parents 7cc2252 + 9a8acef commit 0572d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared-definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@ components:
type: string
rateFromBaseCurrency:
description: The conversion rate from base currency
type: integer
type: string
decimals:
description: The number of decimals for this currency
type: integer
type: integer

0 comments on commit 0572d02

Please sign in to comment.