CRM-19372 allow payment processors to define an array of accepted credit card types
[civicrm-core.git] / xml / schema / Financial / PaymentProcessor.xml
index f880640595af6ee821a4e6a737deb14deb8a2ef9..c156eebabc15131f0f58a39a5a833ad9051468cd 100644 (file)
     </pseudoconstant>
     <add>4.7</add>
   </field>
+<field>
+    <name>accepted_credit_cards</name>
+    <title>Accepted Credit Cards</title>
+    <type>text</type>
+    <default>NULL</default>
+    <comment>array of accepted credit card types</comment>
+    <add>4.7</add>
+  </field>
 </table>