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:
de8c6bc
)
required
author
demeritcowboy
<demeritcowboy@hotmail.com>
Sun, 16 Aug 2020 01:43:21 +0000
(21:43 -0400)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sun, 16 Aug 2020 01:50:13 +0000
(11:50 +1000)
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index c08509a46e466d490fa0f81bd1ce7cec2729b08c..b312c8e8d9318fe1d12426f75638cb074bb8c686 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-844,7
+844,7
@@
abstract class CRM_Core_Payment {
'size' => 5,
'maxlength' => 10,
'autocomplete' => 'off',
- 'class' =>
'required'
,
+ 'class' =>
($isCVVRequired ? 'required' : '')
,
],
'is_required' => $isCVVRequired,
'rules' => [