enable online pin

This commit is contained in:
moon 2026-06-15 16:34:49 +06:30
parent b5d3c601ce
commit e2f6b53fd2

View File

@ -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));