From 2de0383d2f9dd7f73554959ebec266c61d41705e 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 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, ); -- 2.25.1