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:
33612df
)
[REF] Remove unnecessary comma
author
Seamus Lee
<seamuslee001@gmail.com>
Sat, 15 Aug 2020 23:31:54 +0000
(09:31 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sat, 15 Aug 2020 23:32:23 +0000
(09:32 +1000)
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index 0d42d302702caca17530e9fc71db7b5505954212..c08509a46e466d490fa0f81bd1ce7cec2729b08c 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-831,7
+831,7
@@
abstract class CRM_Core_Payment {
'size' => 20,
'maxlength' => 20,
'autocomplete' => 'off',
- 'class' => 'creditcard
,
required',
+ 'class' => 'creditcard required',
],
'is_required' => TRUE,
// 'description' => '16 digit card number', // If you enable a description field it will be shown below the field on the form