Skip to content

Commit

Permalink
Merge pull request #66 from dustinjoynt/pkr_2
Browse files Browse the repository at this point in the history
fix: PKR 2 Digits
  • Loading branch information
biter777 committed Dec 14, 2023
2 parents f62def8 + fca31fc commit 8167833
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 @@ -1498,7 +1498,7 @@ func (c CurrencyCode) Digits() int { //nolint:gocyclo
case CurrencyOMR:
return 3
case CurrencyPKR:
return 0
return 2
case CurrencyPAB:
return 2
case CurrencyPGK:
Expand Down

0 comments on commit 8167833

Please sign in to comment.