Skip to content

qbo-tech/openpay-magento2-banks

 
 

Repository files navigation

Openpay-Magento2-Banks

Openpay payment gateway Magento2 extension

Install

  1. Go to Magento2 root folder.

  2. Enter following commands to install module:

    composer require openpay/magento2-banks

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento module:enable Openpay_Banks --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento cache:clean
  4. Enable and configure Openpay in Magento Admin under Stores > Configuration > Sales > Payment Methods > Openpay (Bank transfer)

About

Openpay integration for Magento 2 (Bank transfer)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 74.2%
  • HTML 20.2%
  • JavaScript 5.6%