Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.4
-
Fix Version/s: 4.3.6
-
Component/s: CiviContribute
-
Labels:None
Description
When CiviCRM processed an automated recurring contribution ( after getting a silent post URL message from Authorize.net) that does not use a price set, the record in the table "civicrm_line_item" ends up with an incorrect financial type id. ( Based on my investigation, it seems to be grabbing the financial type id used in the line item table from the generic price set named "default_contribution_amount" )
The financial_type_id field in the table civicrm_contribution is correct for this contribution.