tabby / m2-sub
Tabby Additional Merchnat ID Magento module
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1
- magento/framework: ^103.0.0
- tabby/m2-payments: >=7.0.0
README
Allow merchants to use additional merchant ID for some products
Installation
Install module by composer
composer require tabby/m2-sub --no-update composer update
Check module status
php bin/magento module:status Tabby_Sub
Enable module
php bin/magento module:enable Tabby_Sub
Upgrade magento database
php bin/magento setup:upgrade
Generate DI configuration
php bin/magento setup:di:compile
Deploy static content
php bin/magento setup:static-content:deploy