JavaPOSWorkingGroup / javapos-contracts

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

Bad Gate property GetStatus #9

Closed mjpcger closed 1 year ago

mjpcger commented 4 years ago

The getter for the Gate property GateStatus has not been implemented. Instead, a getter getGetStatus has been implemented, although a property GetStatus does not exist in the UPOS specification. I assume that GetStatus means GateStatus, but this is only an assumption.

kuniss commented 4 years ago

Yes, this is right. The getGetStatus is wrong and getGateStatus is missing at all. Needs to be fixed.

kuniss commented 3 years ago

Will not be fixed for JavaPOS 1.14 anymore as it would break the interface-name based versioning scheme.

Instead it will be added to the upcoming 1.15 library version.

kuniss commented 1 year ago

Solved with release 1.15.0.