`Adobe Commerce` On-Premise / Magento Open Source {#adobe-commerce-r-install-onpremise}
=======================================================================================

To install the module using Composer, run these commands in your `Adobe Commerce` On-Premise and Magento Open Source environments.

1. Run this command:

   ```keyword
   composer require Visa Acceptance for SMB/module-visa-acceptance-smb-payment:26.1.0
   php bin/magento module:enable Cybersource_PaymentCyberSource_VisaAcceptanceSmb
   php bin/magento setup:di:compile
   php bin/magento indexer:reindex
   php bin/magento setup:upgrade
   php bin/magento setup:static-content:deploy -f
   php bin/magento cache:clean
   php bin/magento cache:flush
   php bin/magento module:status
   ```

