CRM-15767 - Back Office "Submit Credit Card Contribution" are not being saved.
authoratif-shaikh <shaikh388@gmail.com>
Tue, 30 Dec 2014 14:46:59 +0000 (20:16 +0530)
committeratif-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

index e55bc67fb793257a27863f0cd99f9af65d469ef7..769b863d5f6c817e440933165cddd0a179d09449 100644 (file)
@@ -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;
   }
 
   /**