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

Magento 2 – Mastercard Gateway

Created date: 14-03-23   |   Updated date: 10-04-25   |   Plugin version: 2.4.5  |   API version: 100

Plugins – Simplify migration to Core Gateway

The installed Simplify module can be found under:

Stores → Configuration → Sales → Payment Methods → Mastercard Gateway – Simplify.

Mastercard Gateway Plugins

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

To uninstall the Simplify module, please follow these steps:

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

  1. Navigate to your Magento root directory
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
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.