This repository has been archived on 2022-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
magentolym/README.md

13 lines
364 B
Markdown
Raw Normal View History

2018-06-15 10:37:38 +03:00
# mage2_ext_free_rates
2018-06-15 10:53:09 +03:00
2018-06-15 10:37:38 +03:00
Magento 2: Currency converter to get rates from https://free.currencyconverterapi.com/
2018-06-15 10:53:09 +03:00
2018-06-15 12:06:11 +03:00
[Based on "krybbio" code](https://magento.stackexchange.com/a/228671/33058).
```
$ composer require flancer32/mage2_ext_free_rates
$ ./bin/magento setup:upgrade
$ ./bin/magento deploy:mode:set developer
$ ./bin/magento deploy:mode:set production
```