This module is under development. Isn't ready to install yet.
This module adds a new set of attributes for customer.
Those attributes
- document_type
- document_number
- document_type
- document_number
- document_type
- document_number
Use composer to install Mugar_ModuleName.
composer require mugar/module-customer-identification-document
Then you'll need to activate the module.
bin/magento module:enable Mugar_CustomerIdentificationDocument
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento module:uninstall Mugar_CustomerIdentificationDocument
If you used Composer for installation Magento will remove the files and database information.
You can request to be added to Slack.
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.
- 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