`Adobe Commerce Cloud` {#adobe-commerce-r-install-cloud}
========================================================

Follow these steps to install in `Adobe Commerce Cloud` environments.

1. Run this command in your local Cloud project directory:

   ```
   composer require cybersource/module-payment:26.1.0
   ```

   ```
   composer require cybersource/module-visa-acceptance-smb:26.1.0
   ```
2. After Composer finishes, commit the updated files using these commands:

   ```keyword
   git add composer.json composer.lock
   git commit -m "Add Visa Acceptance for SMB Payment module"
   git push
   ```
3. Enable the module with this command:

   ```
   php bin/magento app:config:dump
   ```
4. After enabling the module, commit the updated configuration file with these commands:

   ```
   git add app/etc/config.php
   git commit -m "Enable CybersourceVisa Acceptance SMB Payment module"
   git push
   ```

