What is the best way to extend/overwrite Currency symbol code?

daniel.gebhard
daniel.gebhard Spryker Solution Partner Posts: 6 🧑🏻‍🚀 - Cadet
edited July 2023 in Spryker Development

If I want f.e. change the currency symbol code of the Romanian Leu from RON to LEI what do I need to do?

I have debugged down an saw that for Twig the symfony/intl package is used to get the currency symbol. The spryker/money package is using the phpmoney/money package for currency information and for the DB table "spy_currency" the data/import/*/currency.csv is used.

Answers