projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b6971
)
CRM-16841 - allow use of Dummy processor in LIVE mode.
author
Dave Greenberg
<dave@civicrm.org>
Wed, 15 Jul 2015 23:06:31 +0000
(16:06 -0700)
committer
Dave 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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/Dummy.php
b/CRM/Core/Payment/Dummy.php
index 26ba590dae47f65de96b5e8562837e473f766111..f4e54d6c45f47ce50c3915260ca92f1ce1279547 100644
(file)
--- 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
FALS
E;
+ return
TRU
E;
}
/**