CRM-16367 (Payment): adding the corrected PaymentToken table definition.
authorRob Thorne <rob@torenware.com>
Wed, 29 Apr 2015 03:31:51 +0000 (03:31 +0000)
committerRob Thorne <rob@torenware.com>
Thu, 30 Apr 2015 02:57:59 +0000 (02:57 +0000)
xml/schema/Financial/PaymentToken.xml
xml/schema/Financial/files.xml

index 178bb8c4b63c46317402c48b2ac8d72641995cb8..58168dc2a4f606f6ed946943c4e151ba68c115f0 100644 (file)
   </field> 
  <field> 
     <name>billing_first_name</name> 
-    <type>string</type> 
+    <type>varchar</type> 
     <length>255</length> 
     <comment>Billing first name at the time of token creation. Useful for fraud forensics</comment> 
     <add>4.7</add> 
   </field> 
  <field> 
     <name>billing_middle_name</name> 
-    <type>string</type> 
+    <type>varchar</type> 
     <length>255</length> 
     <comment>Billing middle name at the time of token creation. Useful for fraud forensics</comment> 
     <add>4.7</add> 
   </field> 
  <field> 
     <name>billing_last_name</name> 
-    <type>string</type> 
+    <type>varchar</type> 
     <length>255</length> 
     <comment>Billing last name at the time of token creation. Useful for fraud forensics</comment> 
     <add>4.7</add> 
   </field> 
  <field> 
-    <name>partial_account_number</name> 
+    <name>masked_account_number</name> 
     <type>varchar</type> 
     <length>255</length> 
     <comment>Holds the part of the card number or account details that may be retained or displayed</comment> 
index b8a3957490a21b4ef7b37558c7624bed6fdcdfb3..6792a8401ac40714c02dc4af653437bf907ae01a 100644 (file)
@@ -6,6 +6,7 @@
 <xi:include href="FinancialAccount.xml"     parse="xml" />
 <xi:include href="FinancialTrxn.xml"        parse="xml" />
 <xi:include href="PaymentProcessor.xml"     parse="xml" />
+<xi:include href="PaymentToken.xml"         parse="xml" />
 <xi:include href="PaymentProcessorType.xml" parse="xml" />
 <xi:include href="FinancialType.xml"          parse="xml" />
 <xi:include href="EntityFinancialAccount.xml" parse="xml" />