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:
2d8c90d
)
Fix inconsistent reference to function name
author
Selwyn Tang
<selwyntcy@users.noreply.github.com>
Thu, 23 Aug 2018 08:03:11 +0000
(16:03 +0800)
committer
GitHub
<noreply@github.com>
Thu, 23 Aug 2018 08:03:11 +0000
(16:03 +0800)
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index b686cd8501a36f70b3b0e90f1e6566abda1749be..13f506bcd118e2627c14e1fe5cb51e63362b139b 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-1153,7
+1153,7
@@
abstract class CRM_Core_Payment {
}
/**
- * Process payment - this function wraps around both doTransfer
Paymen
t and doDirectPayment.
+ * Process payment - this function wraps around both doTransfer
Checkou
t and doDirectPayment.
*
* The function ensures an exception is thrown & moves some of this logic out of the form layer and makes the forms
* more agnostic.