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:
3148d4c
)
remove type hint to return bool - we are no longer using the ret value.
author
Jamie McClelland
<jm@mayfirst.org>
Thu, 23 Sep 2021 15:47:13 +0000
(11:47 -0400)
committer
Jamie McClelland
<jm@mayfirst.org>
Thu, 23 Sep 2021 15:47:13 +0000
(11:47 -0400)
CRM/Core/Payment/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/Form.php
b/CRM/Core/Payment/Form.php
index c11765cb5f9353900ff1379e15d442bf00b688e8..2c30dec08df5f6ecae86b82c1853c109cfcfae01 100644
(file)
--- a/
CRM/Core/Payment/Form.php
+++ b/
CRM/Core/Payment/Form.php
@@
-211,8
+211,6
@@
class CRM_Core_Payment_Form {
* entering details but once again the issue is not back office but 'another user'.
* @param int $paymentInstrumentID
* Payment instrument ID.
- *
- * @return bool
*/
public static function buildPaymentForm(&$form, $processor, $billing_profile_id, $isBackOffice, $paymentInstrumentID = NULL) {
//if the form has address fields assign to the template so the js can decide what billing fields to show