From 42d92cab7f6c74063a44d80dee363f061a134607 Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sun, 28 Apr 2024 17:21:54 +0200 Subject: [PATCH] Fix ASRPD (field 9F0A) registered ID for Technical Cooperation ep2 Association The Technical Cooperation ep2, March 24, 2020, Product Identification document, as well as www.emvco.com/registered-ids/, indicate that the ASRPD-ID is 3, not 2. --- src/emv_fields.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emv_fields.h b/src/emv_fields.h index 2eede88..974c5a7 100644 --- a/src/emv_fields.h +++ b/src/emv_fields.h @@ -161,7 +161,7 @@ __BEGIN_DECLS // See EMV 4.4 Book 1, 12.5 // See https://www.emvco.com/registered-ids/ #define EMV_ASRPD_ECSG (0x0001) ///< European Cards Stakeholders Group -#define EMV_ASRPD_TCEA (0x0002) ///< Technical Cooperation ep2 Association +#define EMV_ASRPD_TCEA (0x0003) ///< Technical Cooperation ep2 Association // Application Interchange Profile (field 82) byte 1 // See EMV 4.4 Book 3, Annex C1, Table 41