Type
magento2-module
Bongloy Payments for Magento 2
magento2-module
OSL-3.0
None
None
None
None
None
Accept credit card payments through the Bongloy payment gateway.
In your Magento 2 root directory run
composer require phannaly/bongloy-magento-payment
bin/magento setup:upgrade
Release | Magento Version |
---|---|
2.1.x | >=2.2.5 |
2.0.x | 2.2.0-2.2.4 |
1.x.x | 2.1.x |
None | 2.0.x |
The configuration can be found in the Magento 2 admin panel under
Store->Configuration->Sales->Payment Methods->Bongloy
Enter your Bongloy account credentials (secret key and publishable key), select Accepted Currency and then enter Title (Bongloy Credit Card) so user will see and can select it as payment option in checkout page.
WARNING The docker setup included is intended for local development only.
cd ./dev
docker-compose up -d
docker-compose exec app module-installer
docker-compose exec app magento-installer
Create the host entry 127.0.0.1 bongloy.docker
docker-compose -f dev/docker-compose.yml up -d
docker-compose -f dev/docker-compose.yml exec app module-installer
docker-compose -f dev/docker-compose.yml exec app test-unit
docker-compose -f dev/docker-compose.yml exec app test-integration
docker-compose -f dev/docker-compose.yml exec app test-acceptance
Open Software License v3.0