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:
f1277ab
)
CRM-17293 - Fix bad merge
author
Coleman Watts
<coleman@civicrm.org>
Fri, 9 Oct 2015 23:52:37 +0000
(19:52 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 9 Oct 2015 23:52:37 +0000
(19:52 -0400)
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index 8bc65f8af2c98d71efe4531b86b33f62d51b5b49..3c8a67637cd0a16d6f43e0f02a91637f4318b4e4 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-113,18
+113,6
@@
abstract class CRM_Core_Payment {
return FALSE;
}
- /**
- * Opportunity for the payment processor to override the entire form build.
- *
- * @param CRM_Core_Form $form
- *
- * @return bool
- * Should form building stop at this point?
- */
- public function buildForm(&$form) {
- return FALSE;
- }
-
/**
* Log payment notification message to forensic system log.
*