Skip to content

In this module, I integrated two payments gateway of OnePay, that is the Domestic ATM Card and International Card.

Notifications You must be signed in to change notification settings

ecomteck/module-onepay-payment-gateway

Repository files navigation

OnePay Payment Gateway for Magento 2

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 require ecomteck/module-core
    • composer require ecomteck/module-onepay-payment-gateway
    • php bin/magento module:enable Ecomteck_Core
    • php bin/magento module:enable Ecomteck_OnePay
    • php bin/magento setup:upgrade
    • php bin/magento setup:static-content:deploy -f
    • 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

- On the Backend Settings:

ScreenShot

The OnePay payment gateway settings - Domestic ATM card

ScreenShot

The OnePay payment gateway settings - International card

- Document to integration: