faradey/magento2-fondy
Composer 安装命令:
composer require faradey/magento2-fondy
包简介
Fondy Magento 2 payment module
关键字:
README 文档
README
Fondy payment module for magento 2.X
Manual install
-
Download the Payment Module archive, unpack it and upload its contents to a new folder /app/code/Fondy/Fondy/ of your Magento 2 installation
-
Enable Payment Module
$ php bin/magento module:enable Fondy_Fondy --clear-static-content $ php bin/magento setup:upgrade
-
Deploy Magento Static Content (Execute If needed)
$ php bin/magento setup:static-content:deploy
Installation via Composer
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer config repositories.cloudipsp git https://github.com/cloudipsp/magento2.git composer require cloudipsp/magento2:dev-master
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Fondy_Fondy --clear-static-content php bin/magento setup:upgrade
-
Enable and configure Fondy in Magento Admin under Stores/Configuration/Payment Methods/Fondy
!Note: If it needed
bash php bin/magento setup:static-content:deploy
Installation via Magento Marketplace
=======
https://marketplace.magento.com/cloudipsp-fondy.html
Plugin Configuration
Enable and configure Fondy plugin in Magento Admin under Stores / Configuration / Sales / Payment Methods / Fondy.
Updates
v2.0 - Added direct method
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-09-24
