From: Seamus Lee Date: Sat, 15 Aug 2020 23:31:54 +0000 (+1000) Subject: [REF] Remove unnecessary comma X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f660e6d17a4ce5da6b5971c283eda3aaeaba680a;p=civicrm-core.git [REF] Remove unnecessary comma --- 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