----------------------------------------
* CRM-15993: Add CiviCRM BN code to all PayPal methods for partner program tracking
https://issues.civicrm.org/jira/browse/CRM-15993
'invoice' => $params['invoiceID'],
'lc' => substr($config->lcMessages, -2),
'charset' => function_exists('mb_internal_encoding') ? mb_internal_encoding() : 'UTF-8',
- 'custom' => CRM_Utils_Array::value('accountingCode',
- $params
- ),
+ 'custom' => CRM_Utils_Array::value('accountingCode', $params),
+ 'bn' => 'CiviCRM_SP',
);
// add name and address if available, CRM-3130