php-cuong / magento2-onepay-payment-gateway
Magento 2 OnePay Payment Gateway
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 5
Open Issues: 1
Type:magento2-module
Requires
- php: ~5.6.0|7.0.2|~7.0.6|~7.0.13|~7.1.0
- magento/framework: 100.0.*|100.1.*|101.0.*|100.2.*
- magento/module-backend: 100.0.*|100.1.*|101.0.*|100.2.*
- magento/module-checkout: 100.0.*|100.1.*|101.0.*|100.2.*
- magento/module-payment: 100.0.*|100.1.*|101.0.*|100.2.*
- php-cuong/magento2-module-core: 2.2.*
This package is not auto-updated.
Last update: 2025-04-13 09:08:48 UTC
README
In this module, I integrated two payments gateway of OnePay, that is the Domestic ATM Card and International Card.
How to install this extension?
- Under the root of your website, please run the command lines bellowing:
- composer remove php-cuong/magento2-module-core
- composer require php-cuong/magento2-module-core
- composer require php-cuong/magento2-onepay-payment-gateway
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy
- php bin/magento setup:di:compile
- php bin/magento indexer:reindex
- php bin/magento cache:flush
How to see the results?
- On the Backend:
- Go to the Admin Panel of the Magento Store and navigate to the GiaPhuGroup → OnePay Payment Gateway → Configuration
- The configuration information:
- International card: https://mtf.onepay.vn/developer/?page=modul_quocte
- Domestic card: https://mtf.onepay.vn/developer/?page=modul_noidia
- On the Storefront:
- Add a product to shopping cart.
- Go the the checkout page.