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:
c39503f
)
Remove var that is defined on parent
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Fri, 17 Apr 2020 19:47:51 +0000
(20:47 +0100)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Fri, 17 Apr 2020 19:47:51 +0000
(20:47 +0100)
CRM/Financial/Form/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Financial/Form/Payment.php
b/CRM/Financial/Form/Payment.php
index 5cc911595ec0b9c07c8790b537a29d9a1ca0210f..09bd75851b955c756615a01a9928fe3c7bb1c73b 100644
(file)
--- a/
CRM/Financial/Form/Payment.php
+++ b/
CRM/Financial/Form/Payment.php
@@
-17,9
+17,8
@@
class CRM_Financial_Form_Payment extends CRM_Core_Form {
/**
- * @var
int
+ * @var
string
*/
- protected $_paymentProcessorID;
protected $currency;
public $_values = [];