diff --git a/client/src/emv/emv_tags.c b/client/src/emv/emv_tags.c index 6499bcd8e..5bdecc665 100644 --- a/client/src/emv/emv_tags.c +++ b/client/src/emv/emv_tags.c @@ -261,6 +261,7 @@ static const struct emv_tag emv_tags[] = { { 0x9f16, "Merchant Identifier", EMV_TAG_STRING, NULL }, { 0x9f17, "Personal Identification Number (PIN) Try Counter", EMV_TAG_GENERIC, NULL }, { 0x9f18, "Issuer Script Identifier", EMV_TAG_GENERIC, NULL }, + { 0x9f19, "Token Requestor ID", EMV_TAG_GENERIC, NULL }, { 0x9f1a, "Terminal Country Code", EMV_TAG_GENERIC, NULL }, { 0x9f1b, "Terminal Floor Limit", EMV_TAG_GENERIC, NULL }, { 0x9f1c, "Terminal Identification", EMV_TAG_STRING, NULL }, @@ -272,6 +273,7 @@ static const struct emv_tag emv_tags[] = { { 0x9f22, "Certification Authority Public Key Index - Terminal", EMV_TAG_GENERIC, NULL }, { 0x9f23, "Upper Consecutive Offline Limit", EMV_TAG_GENERIC, NULL }, { 0x9f24, "Payment Account Reference (PAR)", EMV_TAG_GENERIC, NULL }, + { 0x9f25, "Last 4 Digits of PAN", EMV_TAG_GENERIC, NULL }, { 0x9f26, "Application Cryptogram", EMV_TAG_GENERIC, NULL }, { 0x9f27, "Cryptogram Information Data", EMV_TAG_CID, NULL }, { 0x9f2a, "Kernel Identifier", EMV_TAG_GENERIC, NULL },