From: Eileen McNaughton Date: Mon, 27 Jul 2015 02:07:00 +0000 (+1200) Subject: CRM-16919 filter payment processor by domain X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2de0383d2f9dd7f73554959ebec266c61d41705e;p=civicrm-core.git CRM-16919 filter payment processor by domain --- diff --git a/CRM/Financial/BAO/PaymentProcessor.php b/CRM/Financial/BAO/PaymentProcessor.php index f8ec81f065..4bbc650c21 100644 --- a/CRM/Financial/BAO/PaymentProcessor.php +++ b/CRM/Financial/BAO/PaymentProcessor.php @@ -313,6 +313,7 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces */ $retrievalParameters = array( 'is_active' => TRUE, + 'domain_id' => CRM_Core_Config::domainID(), 'options' => array('sort' => 'is_default DESC, name'), 'api.payment_processor_type.getsingle' => 1, );