Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/mandate_memberships' (Project60#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Jun 11, 2018
2 parents 7d3f86f + dcd7478 commit f863012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions membership.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ function membership_civicrm_caseTypes(&$caseTypes) {
*
* @access public
*/
function membership_installment_created($mandate_id, $contribution_recur_id, $contribution_id) {
function membership_civicrm_installment_created($mandate_id, $contribution_recur_id, $contribution_id) {
//see if this installment should be assigned to a membership
$paid_by_logic = CRM_Membership_PaidByLogic::getSingleton();
$paid_by_logic->assignSepaInstallment($mandate_id, $contribution_id,$contribution_recur_id);
$paid_by_logic->assignSepaInstallment($mandate_id, $contribution_recur_id,$contribution_id);
}

/**
Expand Down

0 comments on commit f863012

Please sign in to comment.