We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exception: "Brick\Money\Exception\UnknownCurrencyException" file: "/vendor/brick/money/src/Exception/UnknownCurrencyException.php" line: 14 message: "Unknown currency code: CNH"
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
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.
CNH
No branches or pull requests
exception: "Brick\Money\Exception\UnknownCurrencyException"
file: "/vendor/brick/money/src/Exception/UnknownCurrencyException.php"
line: 14
message: "Unknown currency code: CNH"
The text was updated successfully, but these errors were encountered: