Upgrade the Extension {#adobe-commerce-r-upgrade}
=================================================

Upgrade the `Visa Acceptance for SMB` extension for `Adobe Commerce` to the latest version.
To upgrade from an earlier version of our `Adobe Commerce` extension, run these Composer commands.

1. Update the extension to the latest version:

   ```keyword
   composer require Visa Acceptance for SMB/module-payment:26.1.0
   ```
2. Run the set-up upgrade command:

   ```
   bin/magento setup:upgrade --keep-generated
   ```
3. Deploy static content:

   ```
   bin/magento setup:static-content:deploy
   ```
4. Clean the cache:

   ```
   bin/magento cache:clean
   ```

