commerce_wallee
Drupal Commerce Payment Gateway for Wallee (https://wallee.com/). Is based on PHP SDK of Wallee.
If you install this module with composer, it will automatically install the needed PHP SDK (wallee/sdk).
The promoted Drupal Commerce Module from Wallee https://www.drupal.org/project/wallee is right now not Drupal 9 ready and we don't receive any help/timeline about the migration. This was the reason, why we create our own Drupal Commerce Wallee module.
Commerce 2
Please use Version 2.x for Commerce 2.
Commerce 3
This is the new integration for Commerce 3; please use Version 3.x. This is currently an early version and has only been minimally tested. If you are migrating from Commerce 2 to Commerce 3, you need to migrate this payment module as described below.
When upgrading to the Commerce Wallee module version 3, you MUST uninstall and reinstall the entire module due to significant architectural changes
Upgrade Process:
- Backup your configuration (Space ID, User ID, Secret) and data
- Uninstall the module: drush pmu commerce_wallee
- Clear all caches: drush cr
- Reinstall the module: drush en commerce_wallee
- Reconfigure your payment gateway settings
- hange your webhook URL on your Webhook configuration (Wallee backend)
Token Migration
If you were using payment tokens in previous versions:
- Tokens will NOT be automatically migrated to the new payment method entity
- You must manually migrate token configurations in the plugin configuration (Migrate payment methods)
- Verify that existing tokens are still accessible after reconfiguration