Skip to content

cloudipsp/magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 15, 2021
a14215d · Jun 15, 2021

History

45 Commits
Feb 26, 2020
Apr 27, 2020
Apr 27, 2020
Apr 27, 2020
Feb 26, 2020
May 15, 2017
Apr 27, 2020
Feb 26, 2020
Jul 23, 2018
Jun 15, 2021
Jun 26, 2019
Jul 23, 2018

Repository files navigation

Magento 2

Fondy payment module for magento 2.X

Manual install

  1. Download the Payment Module archive, unpack it and upload its contents to a new folder /app/code/Fondy/Fondy/ of your Magento 2 installation

  2. Enable Payment Module

    $ php bin/magento module:enable Fondy_Fondy --clear-static-content
    $ php bin/magento setup:upgrade
  3. Deploy Magento Static Content (Execute If needed)

    $ php bin/magento setup:static-content:deploy

Installation via Composer

  1. Go to Magento2 root folder

  2. 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.

  3. Enter following commands to enable module:

    php bin/magento module:enable Fondy_Fondy --clear-static-content
    php bin/magento setup:upgrade
  4. 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

Скриншот