saulmoralespa / magento2-wompi-pa
Wompi Panamá for Magento 2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0||~8.3.0||~8.4.0
Requires (Dev)
- magento/magento-coding-standard: *
- phpmd/phpmd: ^2.13
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.6.8
This package is auto-updated.
Last update: 2025-05-19 21:13:06 UTC
README
Description
WompiPa is a payment module for Magento 2 that allows you to accept payments through Wompi, a payment gateway in Panamá
Installation
use composer to install the module
composer require saulmoralespa/magento2-wompipa
Execute the commands
php bin/magento module:enable Saulmoralespa_WompiPa
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy en_US #on i18n
Configuration
- Go to Stores > Configuration > Sales > Payment Methods
- Find the Wompi Panamá section
- Configure the settings:
- Enable: Set to "Yes" to enable the payment method.
- Environment: Choose between "Development" and "Production".
- Public Key: Your Wompi public key.
- Private Key: Your Wompi private key.
- Events Key: Your Wompi events key.
- Integrity key: Your Wompi integrity key.