Skip to content

Commit

Permalink
CRM-20949 - Fix payment processor assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitendra Purohit committed Jul 24, 2017
1 parent 6c08198 commit ebc4703
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 @@ -368,7 +368,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 ebc4703

Please sign in to comment.