Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.2.0
-
Component/s: CiviContribute
-
Labels:None
Description
When the donor requests a recurring contribution, there is no transaction ID right away, but the code tries to reference it and displays this error:
Notice: Undefined index: trxn_id in CRM_Contribute_BAO_Contribution_Utils::processConfirm() (line 233 of /var/www/mainecleanelections/my.mainecleanelections.org/sites/all/modules/civicrm/CRM/Contribute/BAO/Contribution/Utils.php).
This patch removes reference to trxn_id if it is not set.