Skip to content

Commit 8c49d78

Browse files
committed
New IPGFieldTypes
1 parent 206de6a commit 8c49d78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Type/FieldType.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ class FieldType {
9292
const FINGERPRINTSESSID= 0x819;
9393
const VOIDCVVVALIDATION= 0x81A;
9494
const KOUNTMERCHANTID= 0x81B;
95+
const SUBCOMMERCELEGALNAME= 0x81C;
96+
const SUBCOMMERCESTATE= 0x81D;
97+
const SUBCOMMERCEPOSTALCODE= 0x81E;
9598

9699

97100
// Secure Information Starts at 0x8100. Private Flag | User Flag
@@ -190,6 +193,10 @@ class FieldType {
190193
'FingerprintSessID',
191194
'VoidCVVValidation',
192195
'KountMerchantId',
196+
'SubCommerceLegalName',
197+
'SubCommerceState',
198+
'SubCommercePostalCode',
199+
193200
0x8101 => 'Pan',
194201
'Token',
195202
'UniqueId',

0 commit comments

Comments
 (0)