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:
a1c7395
)
CRM-15767 - Back Office "Submit Credit Card Contribution" are not being saved.
author
atif-shaikh
<shaikh388@gmail.com>
Tue, 30 Dec 2014 14:46:59 +0000
(20:16 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Tue, 30 Dec 2014 14:46:59 +0000
(20:16 +0530)
https://issues.civicrm.org/jira/browse/CRM-15767
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index e55bc67fb793257a27863f0cd99f9af65d469ef7..769b863d5f6c817e440933165cddd0a179d09449 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-446,6
+446,8
@@
abstract class CRM_Core_Payment {
if (is_a($result, 'CRM_Core_Error')) {
throw new CRM_Core_Exception(CRM_Core_Error::getMessages($result));
}
+ //CRM-15767 - Submit Credit Card Contribution not being saved
+ return $result;
}
/**