Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-7178

Multisite implementations need to only display *their own* payment processors

    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() . "'";

        Attachments

        1. pp.diff
          0.5 kB
          Eileen McNaughton

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              eileen Eileen McNaughton
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: