enable online pin
This commit is contained in:
parent
b5d3c601ce
commit
e2f6b53fd2
@ -1438,7 +1438,7 @@ private void configJcbContactlessParameter() {
|
||||
//
|
||||
// }
|
||||
if (tag9F53 != null) {
|
||||
tag9F53[0] &= 0x72; //enable online pin
|
||||
tag9F53[0] &= 0x73; //enable online pin
|
||||
tag9F53[1] &= 0x7F; //disable issuer update
|
||||
emvHandler.setJcbContactlessTIP(tag9F53);
|
||||
Log.d("nexgo", "tag9F53->:" + ByteUtils.byteArray2HexString(tag9F53));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user