Versions Compared

Key

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

SeQura Plugins Installation

First, we add the requirements to the Composer JSON. In last Magento version we will execute on the terminal:

Code Block
languagephp
linenumberstrue
composer require sequra/magento2-invoice sequra/magento2-partpayments sequra/magento2-splitpayments

...

Then, we would activate the plugins and update Magento with:

Code Block
languagephp
linenumberstrue
php bin/magento module:enable Sequra_Core Sequra_Invoice Sequra_Partpayments Sequra_Splitpayments
php bin/magento setup:upgrade
php bin/magento setup:di:compile


...