[REF] Remove unnecessary comma
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 15 Aug 2020 23:31:54 +0000 (09:31 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 15 Aug 2020 23:32:23 +0000 (09:32 +1000)
CRM/Core/Payment.php

index 0d42d302702caca17530e9fc71db7b5505954212..c08509a46e466d490fa0f81bd1ce7cec2729b08c 100644 (file)
@@ -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