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:
83ab3f2
)
enotice fix
author
eileenmcnaugton
<eileen@fuzion.co.nz>
Mon, 28 Sep 2015 01:41:46 +0000
(14:41 +1300)
committer
eileenmcnaugton
<eileen@fuzion.co.nz>
Mon, 28 Sep 2015 01:41:46 +0000
(14:41 +1300)
CRM/Core/Payment/PayPalImpl.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/PayPalImpl.php
b/CRM/Core/Payment/PayPalImpl.php
index e513bace19376ec2ec0350cca74a26455d4de2a2..9ae063b39dbcea7fb5203904815b2dddfd204815 100644
(file)
--- a/
CRM/Core/Payment/PayPalImpl.php
+++ b/
CRM/Core/Payment/PayPalImpl.php
@@
-575,7
+575,7
@@
class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
$error[] = ts('Password is not set in the Administer » System Settings » Payment Processors.');
}
}
- if (
!$this->_paymentProcessor['user_name']
) {
+ if (
empty($this->_paymentProcessor['user_name'])
) {
$error[] = ts('User Name is not set in the Administer » System Settings » Payment Processors.');
}