mondu/magento2-payment

Mondu payment method for magento 2

Installs: 13 504

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 17

Forks: 3

Type:magento2-module


README

Installation

Install using Composer (Recommended)

  1. From the CLI, run the following commands to install the Mondu module. composer require mondu/magento2-payment
  2. Run Magento install/upgrade scripts: php bin/magento setup:upgrade
  3. Compile dependency injection: php bin/magento setup:di:compile
  4. Deploy static view files (production mode only): php bin/magento setup:static-content:deploy
  5. Flush Magento cache: php bin/magento cache:flush

Install using Docker

  1. Install docker and docker-compose.
  2. Create a `auth.json` file copying it from `auth.json.example` according to https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/authentication-keys.html?lang=en.
  3. Run the following script: docker-compose up.
  4. Wait the container to start (it may take a while).
  5. Run `composer install` inside the magento container.

Install manually

  1. Download the latest release of Mondu module for Magento 2 file from the Mondu github repository https://github.com/mondu-ai/magento2-checkout/releases
  2. Unzip the file
  3. Create a directory `Mondu/Mondu` in: [MAGENTO]/app/code/
  4. Copy the files to `Mondu/Mondu` directory
  5. Run Magento install/upgrade scripts: php bin/magento setup:upgrade
  6. Compile dependency injection: php bin/magento setup:di:compile
  7. Deploy static view files (production mode only): php bin/magento setup:static-content:deploy
  8. Flush Magento cache: php bin/magento cache:flush