Skip to content

Commit

Permalink
Merge pull request #20182 from mattwire/sendconfirmationreturn
Browse files Browse the repository at this point in the history
Contribution.sendconfirmation API3 function should return
  • Loading branch information
eileenmcnaughton authored Apr 28, 2021
2 parents 9bfb5ba + 9faf45a commit af845d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v3/Contribution.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ function civicrm_api3_contribution_sendconfirmation($params) {
];
$input = array_intersect_key($params, array_flip($allowedParams));
CRM_Contribute_BAO_Contribution::sendMail($input, $ids, $params['id']);
return [];
}

/**
Expand Down

0 comments on commit af845d8

Please sign in to comment.