Revert change to BillingBlock to support hidden fields.
[civicrm-core.git] / CRM / Core / Payment.php
index 832a444da57dd88c898ad4c74cd97581d5db1219..b686cd8501a36f70b3b0e90f1e6566abda1749be 100644 (file)
@@ -821,7 +821,7 @@ abstract class CRM_Core_Payment {
         'name' => 'payment_token',
         'title' => ts('Authorization token'),
         'is_required' => FALSE,
-        'attributes' => ['size' => 10, 'autocomplete' => 'off'],
+        'attributes' => ['size' => 10, 'autocomplete' => 'off', 'id' => 'payment_token'],
       ),
     );
   }