mugar / module-taxes
Taxes for Argentina for Magento2.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 2
Type:magento2-module
Requires
- php: ~7.2.0||~7.3.0||~7.4.0
- magento/module-tax: 100.*
This package is auto-updated.
Last update: 2024-10-29 05:47:29 UTC
README
Taxes for Argentina to be used with Magento2.
Installation
Use composer to install Mugar_ArgentinaRegions.
composer require mugar/module-taxes
Then you'll need to activate the module.
bin/magento module:enable Mugar_Taxes
bin/magento setup:upgrade
bin/magento cache:clean
Uninstall
bin/magento module:uninstall Mugar_Taxes
If you used Composer for installation Magento will remove the files and database information.
Support
You can request to be added to Slack.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
How to create a PR
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request