biter777 / countries

Countries - ISO-639, ISO-3166 countries codes with subdivisions and names, ISO-4217 currency designators, ITU-T E.164 IDD phone codes, countries capitals, UN M.49 codes, IANA ccTLD countries domains, FIPS, IOC/NOC and FIFA codes, VERY VERY FAST, compatible with Databases/JSON/BSON/GOB/XML/CSV, Emoji countries flags and currencies, Unicode CLDR.
https://pkg.go.dev/github.com/biter777/countries?tab=doc
BSD 2-Clause "Simplified" License
390 stars 74 forks source link

COP uses 2 minor digits #59

Closed jrmarkle closed 10 months ago

jrmarkle commented 11 months ago

ISO 4217 lists COP as using 2 digit sub-units

netlify[bot] commented 11 months ago

Deploy Preview for biter777countries ready!

Name Link
Latest commit b579a18b356ece6431e5d459063db645e14b2b7d
Latest deploy log https://app.netlify.com/sites/biter777countries/deploys/65136222d735500008d2f345
Deploy Preview https://deploy-preview-59--biter777countries.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

jkidd13 commented 11 months ago

COP 170 should have minor units of 2, not 0 https://www.iso.org/iso-4217-currency-codes.html

jrmarkle commented 11 months ago

Hey @biter777 , the above failed checks don't seem to have anything to do with this change. Running go test -v ./... locally passes.

Here is a source for COP using 2 minor digits: https://datahub.io/core/currency-codes

biter777 commented 10 months ago

Done! Thnx!