Skip to content

Commit

Permalink
refs #40812, backer additional contact now have created log
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Jul 25, 2024
1 parent be34139 commit ede1f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/Payment/Backer.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ function processContribution($jsonString, &$contributionResult) {
// create new contact
$addContact = $params['additional'];
$addContact['version'] = 3;
$addContact['log_data'] = ts('Updated contact').'-'.ts('Backer Auto Import');
$result = civicrm_api('contact', 'create', $addContact);
$additionalContactId = $result['id'];
}
Expand Down

0 comments on commit ede1f21

Please sign in to comment.