CRM-16841 - allow use of Dummy processor in LIVE mode.
authorDave Greenberg <dave@civicrm.org>
Wed, 15 Jul 2015 23:06:31 +0000 (16:06 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 15 Jul 2015 23:06:31 +0000 (16:06 -0700)
----------------------------------------
* CRM-16841: Dummy processor can be used for 'live' transaction mode
  https://issues.civicrm.org/jira/browse/CRM-16841

CRM/Core/Payment/Dummy.php

index 26ba590dae47f65de96b5e8562837e473f766111..f4e54d6c45f47ce50c3915260ca92f1ce1279547 100644 (file)
@@ -129,7 +129,7 @@ class CRM_Core_Payment_Dummy extends CRM_Core_Payment {
    * @return bool
    */
   protected function supportsLiveMode() {
-    return FALSE;
+    return TRUE;
   }
 
   /**