JavaPOSWorkingGroup / javapos-contracts

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

Some Enumerated Tag Values For ElectronicValueRW Are Missing in JavaPOS version 1.14 #17

Closed mjpcger closed 1 year ago

mjpcger commented 2 years ago

The following constants are missing in ElectronicValueRWConst.java (UPOS version 1.14): EVRW_TAG_NIT_ALL EVRW_TAG_NIT_UPDATED

kuniss commented 2 years ago

This will be added to version 1.15 release as it is shortly before release and its not worth to make another 1.14 correction release as no one else complained about it, especially no one from Japan which is the main country for using these kind of devices.

kuniss commented 1 year ago

@mjpcger, did we forget these 2 constants to add? I do not find them in the source code and here is not reference...

kuniss commented 1 year ago

We should use the same constant values as defined at https://github.com/kunif/OPOS-CCO/blob/f0a163740bc0dd6b6158029dddd318dec8c09d76/Common/Opos/OposEvrw.h#L138 and https://github.com/kunif/OPOS-CCO/blob/f0a163740bc0dd6b6158029dddd318dec8c09d76/Common/Opos/OposEvrw.h#L139

kuniss commented 1 year ago

Solved with release 1.15.1.