Migration
Last updated on
8 February 2021
Most of this module used to be associated with commerce_dibs module but due to rebranding it needed its own namespace. Old legacy payment gateways are still part of commerce_dibs module, but ongoing development has been moved over to commerce_easy. So if your website is already accepting payment with Commerce Easy via commerce_dibs module here's what you must do.
- Install commerce_easy module.
- Enable commerce_easy module. In this step, your Drupal will automatically switch from an old plugin that was provided by commerce_dibs module to the new one that is provided by the newly installed commerce_easy module. If no other payment gateways were installed commerce_dibs module will be uninstalled automatically.
- Make sure you export config changes, using Drush or UI, so that your changes are not lost.
- If you have any custom code that utilizes Easy API you must make some adjustments. Basically, all references to DIBS have been removed. So DibsEvents is not EasyEvents, setDibsOrder is not setEasyOrder, etc. Make sure you go over your custom modules and replace deprecated references with new ones.
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion