Skip to content

Commit

Permalink
updated IQD digits from 0 to 3
Browse files Browse the repository at this point in the history
updated IQD digits from 0 to 3
  • Loading branch information
biter777 committed Jul 26, 2022
2 parents 715057c + ca6b013 commit bb6beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ func (c CurrencyCode) Digits() int { //nolint:gocyclo
case CurrencyIRR:
return 0
case CurrencyIQD:
return 0
return 3
case CurrencyILS:
return 2
case CurrencyJMD:
Expand Down

0 comments on commit bb6beec

Please sign in to comment.