Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: civicrm/civicrm-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6232dc59ef75f498ca0d0fc019b1af41a4b55a69
Choose a base ref
..
head repository: civicrm/civicrm-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c9297c24a6a53e33dd536f630dd5a1f19b1d154
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 CRM/Admin/Form/PaymentProcessor.php
4 changes: 4 additions & 0 deletions CRM/Admin/Form/PaymentProcessor.php
Original file line number Diff line number Diff line change
@@ -106,6 +106,10 @@ public function setDeleteMessage() {
* @throws \CRM_Core_Exception
*/
public function preProcess() {
$this->_action = CRM_Utils_Request::retrieve('action', 'String', $this);
CRM_Utils_Request::retrieve('id', 'Positive', $this, FALSE, 0);
$this->set('BAOName', 'CRM_Financial_BAO_PaymentProcessor');

parent::preProcess();

$this->setPaymentProcessorTypeID();