conneqt / module-exact-online
N/A
1.0.8
2025-09-17 13:43 UTC
Requires
- magento/framework: *
This package is not auto-updated.
Last update: 2025-09-17 13:45:29 UTC
README
A Magento 2 module for ExactOnline integration.
Features
- Extension attributes necessary for Exact Online API
Installation
- Copy the module files to
app/code/Conneqt/ExactOnline/
- Run the following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
Uninstalling / Reverting Data Patches
This module uses revertable data patches that implement PatchRevertableInterface
.
Uninstall Module (Reverts All Data Patches)
For non-composer installed modules (like this one):
php bin/magento module:uninstall --non-composer Conneqt_ExactOnline
For composer installed modules:
php bin/magento module:uninstall Conneqt_ExactOnline
The module:uninstall
command will:
- Call the
revert()
method of all revertable data patches - Disable the module
- Remove the module from the filesystem (composer modules only)
- Clean up database entries