CRM-19372 allow payment processors to define an array of accepted credit card types
[civicrm-core.git] / templates / CRM / Admin / Form / PaymentProcessor.tpl
index 6cae7e77ca1ece8b8ae8ea7f65bf3384d46df9eb..c4f276ccba1f12210281c160ec0b995435133d5f 100644 (file)
@@ -65,6 +65,9 @@
     <tr class="crm-paymentProcessor-form-block-is_default">
         <td></td><td>{$form.is_default.html}&nbsp;{$form.is_default.label}</td>
     </tr>
+    <tr class="crm-paymentProcessor-form-block-accept_credit_cards">
+        <td class="label">{$form.accept_credit_cards.label}</td><td>{$form.accept_credit_cards.html}</td>
+    </tr>
   </table>
 <fieldset>
 <legend>{ts}Processor Details for Live Payments{/ts}</legend>