[OFBiz] SVN: r7279 - trunk/applications/accounting/entitydef
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Tue Apr 11 17:33:37 CDT 2006
Author: sichen
Date: 2006-04-11 17:33:34 -0500 (Tue, 11 Apr 2006)
New Revision: 7279
Modified:
trunk/applications/accounting/entitydef/entitymodel.xml
Log:
Made GC fulfillment records encrypted, just like gift cards
Modified: trunk/applications/accounting/entitydef/entitymodel.xml
===================================================================
--- trunk/applications/accounting/entitydef/entitymodel.xml 2006-04-11 21:33:00 UTC (rev 7278)
+++ trunk/applications/accounting/entitydef/entitymodel.xml 2006-04-11 22:33:34 UTC (rev 7279)
@@ -2177,8 +2177,8 @@
<field name="orderId" type="id-ne"></field>
<field name="orderItemSeqId" type="id-ne"></field>
<field name="surveyResponseId" type="id-ne"></field>
- <field name="cardNumber" type="short-varchar"></field>
- <field name="pinNumber" type="short-varchar"></field>
+ <field name="cardNumber" type="long-varchar" encrypt="true"></field>
+ <field name="pinNumber" type="long-varchar" encrypt="true"></field>
<field name="amount" type="currency-amount"></field>
<field name="responseCode" type="short-varchar"></field>
<field name="referenceNum" type="short-varchar"></field>
More information about the Svn
mailing list