JavaPOSWorkingGroup / javapos-contracts

Hosts the interfaces and data types of the UnifiedPOS reference implementation for Java.
Other
8 stars 9 forks source link

PINPad: DataEvent constant PPAD_TIMEOUT missing. #19

Closed mjpcger closed 11 months ago

mjpcger commented 1 year ago

The constant PPAD_TIMEOUT for use in DataEvent status value has not been defined in PINPadConst.java. Following line needs to be added to src/main/java/jpos/PINPadConst.java at line 97:

public static final int PPAD_TIMEOUT                    = 3;
mjpcger commented 1 year ago

Still not defined in OPOS-CCO/Common/Opos/OposPPad.h, therefore PPAD_TIMEOUT = 3 should really be the correct value.

kuniss commented 1 year ago

Correct, this constant needs to be added.

kuniss commented 11 months ago

Fixed and released in https://github.com/JavaPOSWorkingGroup/javapos-contracts/releases/tag/1.15.2