Install, upgrade, and uninstall the Clover Payment extension
United States
Canada
Use the following procedures to install, upgrade, and uninstall the payment extension using Composer.
Install the Clover Payment extension for Adobe Commerce
Install the Adobe Commerce module using Composer.
- Place an order for the module through the Adobe Commerce Marketplace.
- Open a terminal and run the following command in your Adobe Commerce directory.
If you are using Composer for the first time, or if you see a Composer error, make sure that you have saved your authentication keys.
$ composer require clover/module-payments
- Run the following commands to set up the module.
$ bin/magento setup:upgrade
$ bin/magento cache:flush
$ bin/magento cache:clean
- If you run Adobe Commerce in the production environment, run the following commands to compile and deploy the module static files.
$ bin/magento setup:di:compile
$ bin/magento setup:static-content:deploy
Important
The Clover Payments Extension for Adobe Commerce release 1.0.2 is only available in the US and Canada. Ensure that the value of General > Currency Setup > Display Currency in Adobe Commerce matches the payment region.
Upgrade the Adobe Commerce module
If you installed the Adobe Commerce module using Composer, run the following commands to upgrade the payments extension.
$ composer remove clover/module-payments
$ composer require clover/module-payments
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento setup:static-content:deploy
$ bin/magento cache:clean
Uninstall the Clover Payment extension for Adobe Commerce
If you installed the Adobe Commerce module using Composer, run the following commands to uninstall the payments extension.
$ composer remove clover/module-payments
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento setup:static-content:deploy
$ bin/magento cache:clean
Updated about 1 year ago