mondu / magento2-payment
Mondu payment method for magento 2
Installs: 22 029
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 18
Forks: 4
Type:magento2-module
Requires
- php: >=7.1
- ext-json: *
- dev-main
- 2.4.1
- 2.4.0
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.8-RC1
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.3-RC1
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-RC2
- 1.1.0-RC1
- 1.0.x-dev
- 1.0.9-RC1
- 1.0.8
- 1.0.7
- 1.0.7-RC4
- 1.0.7-RC3
- 1.0.7-RC2
- 1.0.7-RC1
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-2.3.4-RC2
- dev-PT-1036
- dev-1114RC1
- dev-BNPL-2211-magento-emtrada-adjust-order-does-not-work-with-magento-order-editor-extension
- dev-BNPL-1474-invoice-paid-webhook
- dev-BNPL-1061
This package is auto-updated.
Last update: 2024-12-16 13:03:45 UTC
README
Installation
Install using Composer (Recommended)
- From the CLI, run the following commands to install the Mondu module.
composer require mondu/magento2-payment
- Run Magento install/upgrade scripts:
php bin/magento setup:upgrade
- Compile dependency injection:
php bin/magento setup:di:compile
- Deploy static view files (production mode only):
php bin/magento setup:static-content:deploy
- Flush Magento cache:
php bin/magento cache:flush
Install using Docker
- Install docker and docker-compose.
- 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.
- Run the following script:
docker-compose up
. - Wait the container to start (it may take a while).
- Run `composer install` inside the magento container.
Install manually
- Download the latest release of Mondu module for Magento 2 file from the Mondu github repository https://github.com/mondu-ai/magento2-checkout/releases
- Unzip the file
- Create a directory `Mondu/Mondu` in: [MAGENTO]/app/code/
- Copy the files to `Mondu/Mondu` directory
- Run Magento install/upgrade scripts:
php bin/magento setup:upgrade
- Compile dependency injection:
php bin/magento setup:di:compile
- Deploy static view files (production mode only):
php bin/magento setup:static-content:deploy
- Flush Magento cache:
php bin/magento cache:flush