Skip to content

Commit

Permalink
Merge pull request #10734 from jitendrapurohit/CRM-20949
Browse files Browse the repository at this point in the history
CRM-20949 - Fix payment processor assignment
  • Loading branch information
eileenmcnaughton authored Aug 30, 2017
2 parents 907e4dc + ebc4703 commit 4782a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/AbstractEditPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function assignProcessors() {

// this required to show billing block
// @todo remove this assignment the billing block is now designed to be always included but will not show fieldsets unless those sets of fields are assigned
$this->assign_by_ref('paymentProcessor', $processor);
$this->assign_by_ref('paymentProcessor', $this->_paymentProcessor);
}

/**
Expand Down

0 comments on commit 4782a39

Please sign in to comment.