From: Dave Greenberg Date: Wed, 15 Jul 2015 23:06:31 +0000 (-0700) Subject: CRM-16841 - allow use of Dummy processor in LIVE mode. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=50d71c08236d9a5def6829f0647e60eab6e06ddf;p=civicrm-core.git CRM-16841 - allow use of Dummy processor in LIVE mode. ---------------------------------------- * CRM-16841: Dummy processor can be used for 'live' transaction mode https://issues.civicrm.org/jira/browse/CRM-16841 --- diff --git a/CRM/Core/Payment/Dummy.php b/CRM/Core/Payment/Dummy.php index 26ba590dae..f4e54d6c45 100644 --- a/CRM/Core/Payment/Dummy.php +++ b/CRM/Core/Payment/Dummy.php @@ -129,7 +129,7 @@ class CRM_Core_Payment_Dummy extends CRM_Core_Payment { * @return bool */ protected function supportsLiveMode() { - return FALSE; + return TRUE; } /**