Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.5
-
Fix Version/s: 3.4.alpha
-
Component/s: CiviContribute
-
Labels:None
Description
ContributionProcessor.php maps Google Checkout's item-name field to CiviCRM's note field. A more appropriate mapping would be:
'item-name' => 'source'
'item-description' => 'note'
Changing it in this way seems more intuitive to me, and furthermore makes it consistent with the existing mapping for PayPal, which maps the item name (l_name0) to source:
'l_name0' => 'source'
Trival patch: