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:
ee9c028
)
CRM-16226 change an instance of calling protected method to doDirectPayment
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Fri, 3 Apr 2015 03:34:16 +0000
(16:34 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Fri, 3 Apr 2015 03:34:16 +0000
(16:34 +1300)
CRM/Event/Form/Participant.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/Participant.php
b/CRM/Event/Form/Participant.php
index 519ccfbbe4022c03ba96aec261f3cda93561db78..ff0f4594755688839d6a3e28b5b285023e653d6d 100644
(file)
--- a/
CRM/Event/Form/Participant.php
+++ b/
CRM/Event/Form/Participant.php
@@
-1202,7
+1202,7
@@
class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment
// CRM-15622: fix for incorrect contribution.fee_amount
$paymentParams['fee_amount'] = NULL;
- $result = $payment->do
Direct
Payment($paymentParams);
+ $result = $payment->doPayment($paymentParams);
if (is_a($result, 'CRM_Core_Error')) {
CRM_Core_Error::displaySessionError($result);