Skip to content

khipu/magento2-khipu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Khipu Plugin

khipu payment gateway Magento 2.5.1 plugin.

This version is compatible with Magento 2.3 to 2.6

You can sign up for khipu account at https://khipu.com

Install via Composer

You can install Magento 2.5.1 khipu plugin via Composer. Run the following command in your terminal:

  1. Go to your Magento 2 root folder.

  2. Enter following commands to install plugin:

    composer require khipu/magento2-khipu

    Wait while dependencies are updated.

  3. Enter following commands to enable plugin:

    php bin/magento module:enable Khipu_Payment --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush 
  4. Enable and configure Khipu plugin in Magento Admin under Stores / Configuration / Sales / Payment Methods / Khipu.

Install via FTP

  1. Copia y descomprime el archivo en la carpeta de plugins de Magento

  2. Enter following commands to enable plugin:

    php bin/magento module:enable Khipu_Payment --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush 
  3. Enable and configure Khipu plugin in Magento Admin under Stores / Configuration / Sales / Payment Methods / Khipu.