From f660e6d17a4ce5da6b5971c283eda3aaeaba680a Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 16 Aug 2020 09:31:54 +1000 Subject: [PATCH] [REF] Remove unnecessary comma --- CRM/Core/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index 0d42d30270..c08509a46e 100644 --- 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 -- 2.25.1