File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ int emv_tlv_get_info(
267
267
return 0 ;
268
268
269
269
case EMV_TAG_88_SFI :
270
- info -> tag_name = "Short File Indicator (SFI)" ;
270
+ info -> tag_name = "Short File Identifier (SFI)" ;
271
271
info -> tag_desc =
272
272
"Identifies the Application Elementary File (AEF) referenced "
273
273
"in commands related to a given Application Definition File "
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ __BEGIN_DECLS
100
100
/// EMV tag 87 Application Priority Indicator. Template 61 or A5.
101
101
#define EMV_TAG_87_APPLICATION_PRIORITY_INDICATOR (0x87)
102
102
103
- /// EMV tag 88 Short File Indicator (SFI). Template A5.
103
+ /// EMV tag 88 Short File Identifier (SFI). Template A5.
104
104
#define EMV_TAG_88_SFI (0x88)
105
105
106
106
/// EMV tag 89 Authorisation Code
You can’t perform that action at this time.
0 commit comments