Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.5
-
Fix Version/s: 4.1.0
-
Component/s: CiviContribute
-
Labels:None
Description
ContactID of contact associated with contribution not available in postProcess hook. Attached patch resolves this although I'm not suure of the difference between $this->set( '_contactID', $contactID ); and $this->_contactID = $contactID; so I left both lines in. $this->_contactID = $contactID is the one that actually seems to work.