This module aims to help merchants to manage easily their currency precision in Magento 2.
Initially this module was developed by Hirokazu Nishi in the scope of the magento/magento2-jp project.
Module adds more accurate handling of currencies precision so currencies will be always rounded to minor subunits precision. Currency precisions are nto configurable and data from intl library are used.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-currency-precision
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Raise a new request to the issue tracker.
This project is licensed under the AFL & OSL Licenses - see the LICENSE and LICENSE-AFL details.
That's all folks!