khipu / magento2-khipu
khipu integration for Magento 2
Installs: 3 245
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 8
Forks: 1
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-01-11 16:58:31 UTC
README
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:
-
Go to your Magento 2 root folder.
-
Enter following commands to install plugin:
composer require khipu/magento2-khipu
Wait while dependencies are updated.
-
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
-
Enable and configure Khipu plugin in Magento Admin under
Stores / Configuration / Sales / Payment Methods / Khipu
.
Install via FTP
-
Copia y descomprime el archivo en la carpeta de plugins de Magento
-
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
-
Enable and configure Khipu plugin in Magento Admin under
Stores / Configuration / Sales / Payment Methods / Khipu
.