Skip to content

Commit

Permalink
changed fee
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelVesnin committed Sep 15, 2017
1 parent 235be8a commit a8cad46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ config :gateway_api, :limits, # TODO: Move to envs
]

config :gateway_api, :fees, [ # TODO: Move to envs
percent: 0.5,
fix: 5,
percent: 1,
fix: 0,
min: 5,
max: :infinity
]
Expand Down

0 comments on commit a8cad46

Please sign in to comment.