How to remove the Faster Checkout from Magento (Adobe Commerce) website?

How to remove the Faster Checkout from Magento (Adobe Commerce) website?

Remove plugin

Automatically installed

1. Use the command line to navigate to the Magento directory.
2. Uninstall the module: bin/magento module:uninstall YottaPayIntegration_Payments

Manually installed

1. Use a command line to navigate to the Magento directory.
2. To enable maintenance mode, use the following command: bin/magento maintenance:enable
3. Disable the module and clear static view files: bin/magento module:disable --clear-static-content YottaPayIntegration_Payments
4. Remove module files: rm -rf app/code/YottaPayIntegration/Payments
5. Run the following commands to upgrade, deploy, and clean the cache: bin/magento setup:upgrade --keep-generated bin/magento setup:static-content:deploy bin/magento cache:clean
6. Disable maintenance mode: bin/magento maintenance:disable

If you require any support, feel free to reach out to us at dev@yottapay.co.uk. We're here to help!