Upgrade {#adobe-commerce-25-2-0-upgrade}
========================================

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 Cybersource/module-payment:25.2.0
   ```
2. Run the setup 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
   ```

