Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.5
-
Fix Version/s: 3.3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Adding extra line here causes only domain 1's processors to be available on domain 1 and so on
public static function &paymentProcessor( $all = false, $test = false, $additionalCond = null )
{
$condition = "is_test = ";
$condition .= ( $test ) ? '1' : '0';
$condition .= " AND domain_id = '" .CRM_Core_Config::domainID() . "'";