On This Page
Adobe Commerce Cloud
Adobe Commerce Cloud
Follow these steps to install in
Adobe Commerce Cloud
environments.- Run this command in your local Cloud project directory:composer require Cybersource/module-payment:25.2.0
- 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
- Enable the module with this command:php bin/magento app:config:dump
- After enabling the module, commit the updated configuration file with these commands:git add app/etc/config.php git commit -m "Enable Cybersource> Payment module" git push