Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.1
-
Component/s: CiviCRM API
-
Labels:
Description
the mailer event functions in CRM_Utils_SoapServer are not compatible with v3 of the API. specifically, the confirm, unsubscribe, resubscribe, optout and reply events are not working.
the fix is to incliude the required fileds in the appropriate mailer event functions before civicrm_api() is called.
a patch for the fix is attached