Skip to content

Commit

Permalink
Fix fees
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Mar 15, 2024
1 parent 82c4707 commit 1e6f8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Config/local.neon
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ parameters:
label:
en: 'Yes'
cs: 'Ano'
fee: 180
fee: 150
no:
label:
en: 'No'
Expand All @@ -94,7 +94,7 @@ parameters:
label:
en: 'Yes'
cs: 'Ano'
fee: 180
fee: 100
no:
label:
en: 'No'
Expand Down

0 comments on commit 1e6f8ea

Please sign in to comment.