Issue #23459 expose new ccpay_card_pan_trunc and ccpay_card_type columns.
authorBen Thompson <ben@xtuple.com>
Wed, 18 Jun 2014 23:23:39 +0000 (19:23 -0400)
committerBen Thompson <ben@xtuple.com>
Wed, 18 Jun 2014 23:23:39 +0000 (19:23 -0400)
enyo-client/database/orm/models/credit_card.json

index 4d5f4d2..97ea88a 100644 (file)
           "column": "ccpay_r_avs"
         }
       },
+      {
+        "name": "gatewayTruncPan",
+        "attr": {
+          "type": "String",
+          "column": "ccpay_card_pan_trunc"
+        }
+      },
+      {
+        "name": "gatewayCardType",
+        "attr": {
+          "type": "String",
+          "column": "ccpay_card_type"
+        }
+      },
       {
         "name": "gatewayApproved",
         "attr": {