conneqt/module-exact-online

N/A

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.0.8 2025-09-17 13:43 UTC

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

  1. Copy the module files to app/code/Conneqt/ExactOnline/
  2. 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:

  1. Call the revert() method of all revertable data patches
  2. Disable the module
  3. Remove the module from the filesystem (composer modules only)
  4. Clean up database entries