Home > Magento 2 – Mastercard Gateway > Plugins – Simplify migration to Core Gateway

Magento 2 – Mastercard Gateway

Created date: 02-04-25   |   Updated date: 23-09-25   |   Plugin version: 3.0.0  |   API version: 100

Plugins – Simplify migration to Core Gateway

You can find the installed Simplify module in the Magento admin panel. Navigate through Stores → Configuration → Sales → Payment Methods → Mastercard Gateway – Simplify.

The installed Simplify module can be found under: Stores, then Configuration, then Sales and finally Payment Methods to locate Mastercard Gateway – Simplify.
Mastercard Gateway Plugins

Disclaimer!

Any actions related to a Simplify order must be managed exclusively through the Simplify plugin. These actions cannot be performed using the Enterprise plugin.

Uninstallation

You can uninstall the Simplify module by following a few steps. Please refer to the instructions below to complete the process.

1. The module installed via GitHub can be uninstalled using the following method:

  1. Navigate to your Magento root directory
To uninstall the module installed via Composer, Navigate to your Magento root directory and enter the following command: cd /home/www/magento-ce-247-uat/
Terminal in Linux

2. Disable the module: Use the php bin/magento module:disable command to disable the module.

3. Remove the module’s code: After disabling the module, you can delete its files from the app/code directory.

4. Execute the upgrade and compile commands: After removing the module files, execute the following commands to update Magento and clear the cache:

2. The module installed via Composer can be uninstalled using the following method:

  1. Navigate to your Magento root directory
To uninstall the module installed via Composer, Navigate to your Magento root directory and enter the following command: cd /home/www/magento-ce-247-uat/
Terminal in Linux

2. Uninstall the module using the following command,

3. Run the following commands to update Magento and clear the cache:

After executing these commands, the Mastercard Gateway – Simplify module will be completely removed from Magento. You can confirm the uninstallation by going to the Magento Admin panel and checking the Payment Methods section in the Configuration page.