Skip to content

Commit

Permalink
Add PLN to list of accepted currencies (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: juanlu <[email protected]>
Co-authored-by: juanlu <[email protected]>
  • Loading branch information
ju4nlu and juanlu authored Dec 2, 2024
1 parent dcd6214 commit 808f4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zvt_feig_terminal/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ fn iso_4217(code: &str) -> Result<usize> {
"SEK" => Ok(752),
"GBP" => Ok(826),
"EUR" => Ok(978),
"PLN" => Ok(985),
_ => bail!("Unknown currency code {code}"),
}
}
Expand Down

0 comments on commit 808f4ef

Please sign in to comment.