Skip to content

Commit

Permalink
Merge pull request #15707 from eileenmcnaughton/setter
Browse files Browse the repository at this point in the history
dev/financial#82 revert added setters
  • Loading branch information
mattwire authored Nov 4, 2019
2 parents 7c331ed + abf0d66 commit 805b654
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 447 deletions.
1 change: 0 additions & 1 deletion CRM/Contribute/Form/CancelSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public function postProcess() {

if (CRM_Utils_Array::value('send_cancel_request', $params) == 1) {
$cancelParams = ['subscriptionId' => $this->_subscriptionDetails->subscription_id];
$this->_paymentProcessorObj->setContributionRecurID($this->contributionRecurID);
$cancelSubscription = $this->_paymentProcessorObj->cancelSubscription($message, $cancelParams);
}

Expand Down
Loading

0 comments on commit 805b654

Please sign in to comment.