Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Install the Sequra extension:

  • Run the command:composer require sequra/magento2-core

  • Enable the Sequra Core module: php bin/magento module:enable Sequra_Core

If a merchant has you have already used Sequra extensions, a merchant should consider migrating them into a unified extension sequra/magento2-core that contains the entire configuration in one place and remove those that are no longer necessary.

In order to To successfully achieve this, the merchant should run the following commands:

  • To preserve old configuration, run the following command:
    composer require sequra/magento2-core:"<=2.4.2.5"

  • Uninstall unnecessary extensions:
    php bin/magento module:uninstall Sequra_

...

  • Campaign  Sequra_Splitpayments Sequra_Partpayments Sequra_Invoice Sequra_Card Sequra_MageplazaRewardpoints Sequra_Remotesales Sequra_MagestoreRewardpoints

  • Remove dependencies on unnecessary extensions:
    composer remove sequra/magento2-campaign sequra/magento2-splitpayments sequra/magento2-partpayments sequra/magento2-invoice sequra/magento2-card sequra/magento2-mageplaza-rewardpoints sequra/magento2-remotesales sequra/magento2-magestore-rewardpoints

  • Require the latest version of the sequra/magento2-core extension:
    composer require sequra/magento2-core

Step 2: Connect integration

...