Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.5
-
Fix Version/s: 4.4.0
-
Component/s: CiviContribute
-
Labels:
Description
The function getContributionTokenDetails is missing the field contribution_type and financialy_type
in administrator/components/com_civicrm/civicrm/CRM/Utils/Token.php
In order to include the Token Details the code should be extended to include contribution_type based on contribution_type_id as well as payment_instrument from payment_instrument_id.
I have the code, I have to include Dave Greenberg modification, test it and I will upload it as an attachment.