Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.alpha
-
Fix Version/s: 3.4.alpha
-
Component/s: None
-
Labels:None
Description
As reported by Karl Fogel
======================
In CiviCRM, I don't see any way to get access to the "Reference" field shown in PayPal's emails, and although I expected the contents of the transaction's "Custom" field to show up in CiviCRM's "Notes" field for the contribution, it does not – the Notes for the contribution are empty.
Fields expected: custom, l_number0.
The values for these fields could be appended to note field like:
"\n[PayPal_field:custom] <VALUE>\n"
to the end of the note, and if [l_number0] is present, add:
"\n[PayPal_field:l_number0] <VALUE>\n"