Skip to content

tikohov20/magento-extension

 
 

Repository files navigation

Magento 2 Balance Payments Module


✓ Install via composer (recommended)

Run the following command under your Magento 2 root dir:

composer require getbalance/magento2-module-balancepay
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

Install manually under app/code

Download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Balancepay/Balancepay
Then, run the following commands under your Magento 2 root dir:

php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

https://www.getbalance.com/

© 2021 Balance. All rights reserved.

Balancepay Logo

About

No description, website, or topics provided.

Resources

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.0%
  • JavaScript 6.4%
  • HTML 1.6%