This site requires javascript to be enabled.

Installation

Results for

Results for Searching

Installation using Composer

  1. Download the latest Magento 2 plugin version from our GitHub
  2. Download the Composer app and install it using this comprehensive guide
  3. Log in to your server (e.g. via SSH)
  4. Navigate to the root folder with Magento 2 installation
  5. Make a folder in the root directory of your Magento 2 installation (e.g. "local_packages")
  6. Add the zip package to the folder. Do not unzip the archive!
  7. Execute the following commands, where the given path is a full server path of the folder containing the package with a plugin:
  • composer config repositories.worldline artifact /full/server/path/to/local_packages/
  • composer require worldline/module-magento-payment
  1. Finally, execute these commands: 
  • php bin/magento setup:upgrade
  • php bin/magento cache:clean
  • php bin/magento setup:di:compile
  • php bin/magento setup:static-content:deploy