work with apple/google pay

This commit is contained in:
merlokk
2021-04-08 15:57:13 +03:00
parent 44fec5b0c7
commit 7becdffd6d
3 changed files with 12 additions and 3 deletions

View File

@@ -52,6 +52,8 @@ static void ParamLoadDefaults(struct tlvdb *tlvRoot) {
//95:(Terminal Verification Results) len:5
// all OK TVR
TLV_ADD(0x95, "\x00\x00\x00\x00\x00");
// 9F4E Merchant Name and Location len:x
TLV_ADD(0x9F4E, "proxmrk3rdv\x00");
}
static void PrintChannel(EMVCommandChannel channel) {