I'm working on a module and patch to override the CiviCRM Contribute payment processor with a different processor for each Drupal domain.
This was necessary for a large, international website that uses the domain module.
I'll post my patch and module in a moment. Please post comments, questions, bug fixes, improvements, etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | civi_domain_processor_override.tar_.gz | 2.2 KB | millenniumtree |
| #1 | civi_domain_processor_override-1132102-1.patch | 830 bytes | millenniumtree |
Comments
Comment #1
millenniumtreeAttached are a module and a patch (also included in the .tar.gz)
I used CiviCRM 3.3.6
Your configuration may vary, especially if you use a different database prefix for CiviCRM or Drupal.
The configuration panel is here:
admin/settings/civi-dpoI personally set up a Dummy processor called "Choose from Domain" that then gets overridden with the correct processor for the active domain.
In the near future, I'll probably have to add support for Events in addition to Contribute.
If you make use of this module, please let me know.