mondu/magento2-payment 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mondu/magento2-payment

最新稳定版本:2.6.0

Composer 安装命令:

composer require mondu/magento2-payment

包简介

Mondu payment method for magento 2

README 文档

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

统计信息

  • 总下载量: 36.23k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 17
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-03-10