Are you looking for test card numbers?

Would you like to contact support?

No momento, esta página não está disponível em português
Plugin icon

Upgrade the plugin

To stay up to date on the released fixes and features, subscribe to our releases on GitHub.

We recommend that you upgrade when we have a major release, such as 8.0.0.

We do not provide support for plugin versions earlier than 6.0.0.

The integration effort involved in upgrading depends on whether you have made any customizations to the plugin.

There are different steps to follow for:

Default Integration

  1. In your command-line tool, go to the Adobe Commerce project root directory.
  2. Run the following command:
      composer require adyen/module-payment:VERSION_TO_UPGRADE

    For example, running composer require adyen/module-payment:8.0.0 will upgrade the plugin to version 8.0.0.

  3. Run the database migration scripts:
      bin/magento setup:upgrade
  4. Clear the cache:
      bin/magento cache:flush

Customized Integration

  1. Extract any custom code you have added to the plugin.
  2. In your command-line tool, go to the Adobe Commerce project root directory.
  3. Run the following command:
      composer require adyen/module-payment:VERSION_TO_UPGRADE

    For example, running composer require adyen/module-payment:8.0.0 will upgrade the plugin to version 8.0.0.

  4. Run the database migration scripts:
      bin/magento setup:upgrade
  5. Clear the cache:
      bin/magento cache:flush
  6. Check if the custom code is compatible with the new version and apply any changes if needed.