From f81ac4f9f7cd71a7e210c37a119e35131bc8fd57 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 27 Jul 2015 14:07:00 +1200 Subject: [PATCH] CRM-16919 filter payment processor by domain --- CRM/Financial/BAO/PaymentProcessor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Financial/BAO/PaymentProcessor.php b/CRM/Financial/BAO/PaymentProcessor.php index 83550bdb59..6e1b723ee1 100644 --- a/CRM/Financial/BAO/PaymentProcessor.php +++ b/CRM/Financial/BAO/PaymentProcessor.php @@ -279,6 +279,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, ); -- 2.25.1