Before installation
Take the regular precautions when installing this module, such as making a complete backup of the shop's files and database before any module installation or update. The installation and module functionality should be completely verified on testing (pre-production) system before moving it into a production system.
Installation using Composer
You can get the module from the public repository and install it with Composer. The module files will be downloaded from the public repository during the installation.
On the command line, navigate into the root folder of your Magento® 2 installation.
Execute these commands:
- composer require ingenico-epayments/connect-extension-magento2
- bin/magento module:enable Worldline_Connect
- bin/magento setup:upgrade