Library is small adapter for money-php library. Provides two implementations
of BKubicki\Magento2MoneyAdapter\CurrencyAwareMoneyFactoryInterface
.
BaseCurrencyAwareMoneyFactory
gives you money object with base currency (either global or website)CurrentCurrencyAwareMoneyFactory
gives you money object with current currency (base or displayed if differs)
- PHP 7.2 / 7.3 / 7.4
To install the extension use the following commands:
composer require bkubicki/magento2-money-adapter
We use SemVer for versioning. For the versions available, see the tags on this repository.
See changelog here.
This project is licensed under the MIT License - see the LICENSE file for details.
- add integration tests for factories