`Adobe Commerce Cloud` {#adobe-commerce-25-2-0-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:25.2.0
   ```
2. After Composer finishes, commit the updated files using these commands:

   ```
   git add composer.json composer.lock
   git commit -m "Add Cybersource 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 Cybersource&gt; Payment module"
   git push
   ```

