brick / money

A money and currency library for PHP
MIT License
1.61k stars 96 forks source link

Unknown currency code: CNH #86

Closed mubashar-mtp closed 3 months ago

mubashar-mtp commented 3 months ago

exception: "Brick\Money\Exception\UnknownCurrencyException" file: "/vendor/brick/money/src/Exception/UnknownCurrencyException.php" line: 14 message: "Unknown currency code: CNH"

Wojtazzzz commented 3 months ago

@mubashar-mtp library supports only ISO 4217 standard. CNH is not in this standard. But you can always create custom instance of this currency: https://github.com/brick/money?tab=readme-ov-file#custom-currencies

BenMorel commented 3 months ago

Exactly. Our currency list comes from this list of ISO 4217 currencies, and as you can see, CNH is not in it. See @Wojtazzzz's suggestion to use it with brick/money.