Skip to content

Commit

Permalink
Revert incorrect change in supported checks
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed May 17, 2018
1 parent 8c6c9d5 commit eb73adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/Payment/PayPalImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ public function isSupported($method) {
// by standard or express.
return FALSE;
}
return $this->_paymentProcessor->supports($method);
return parent::isSupported($method);
}

/**
Expand Down

0 comments on commit eb73adc

Please sign in to comment.