php-cuong/magento2-onepay-payment-gateway

Magento 2 OnePay Payment Gateway

2.1.1 2018-09-01 00:15 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:23:05 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:

- On the Storefront:

  • Add a product to shopping cart.
  • Go the the checkout page.

The screenshot of this extension

- On the Storefront:

ScreenShot

The OnePay payment gateway - Domestic ATM card

ScreenShot

The OnePay payment gateway - International card