Skip to content

Commit 8449339

Browse files
committed
Fix bad APDUThaiIDCardIssuer command
1 parent 3f8abe5 commit 8449339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apducmd_thidcard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var APDUThaiIDCardGender = [][]byte{
4444

4545
// APDUThaiIDCardIssuer Card Issuer resp: 25610119
4646
var APDUThaiIDCardIssuer = [][]byte{
47-
{0x80, 0xB0, 0x01, 0x67, 0x02, 0x00, 0x08}, // APDUThaiIDCardIssuer
47+
{0x80, 0xB0, 0x00, 0xF6, 0x02, 0x00, 0x64}, // APDUThaiIDCardIssuer
4848
{0x00, 0xc0, 0x00, 0x00, 0x08}, // APDUThaiIDCardIssuerRsp
4949
}
5050

0 commit comments

Comments
 (0)