Skip to content
Snippets Groups Projects
Commit 13aaae35 authored by mattwire's avatar mattwire
Browse files

Add comment to trait

parent 3ce9d64d
Branches
Tags
No related merge requests found
<?php
/**
* Shared payment functions that should one day be migrated to CiviCRM core
* Version 20190311
*/
trait CRM_Core_Payment_StripeTrait {
/**********************
* Version 20190313
*********************/
/**
* Get the billing email address
*
......@@ -43,6 +46,7 @@ trait CRM_Core_Payment_StripeTrait {
* @return int ContactID
*/
protected function getContactId($params) {
// contactID is set by: membership payment workflow
$contactId = CRM_Utils_Array::value('contactID', $params,
CRM_Utils_Array::value('contact_id', $params,
CRM_Utils_Array::value('cms_contactID', $params,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment