getbalance / magento2-module-balancepay
Balance Payments For Magento 2
Package info
github.com/blnce-io/magento-extension
Type:magento2-module
pkg:composer/getbalance/magento2-module-balancepay
1.4.4
2024-05-30 13:13 UTC
Requires
- php: >=5.6
- laminas/laminas-crypt: ^3.4.0
This package is not auto-updated.
Last update: 2026-06-19 08:21:11 UTC
README
✓ 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:
composer config repositories.Balancepay '{"type": "path", "url": "app/code/Balancepay/Balancepay"}'
composer require "getbalance/magento2-module-balancepay @dev"
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
© 2021 Balance. All rights reserved.