jpos / jPOS-CMF

jPOS Common Message Format
http://jpos.org
12 stars 20 forks source link

Clash in result codes 1018, 1019, 1020 and 1021 #25

Closed ar closed 1 month ago

ar commented 1 month ago

The current version of jPOS-CMF mistakenly uses result codes 1018, 1019, 1020, and 1021 for jCard-specific errors. These should have been defined in the 1800-1999 range (reserved for private use).

We need to make the following changes, which are already correctly defined in the org.jpos.rc.CMF enum.

Old value New value Description
1018 1824 Previously reversed
1019 1825 Further activity prevents reversal
1020 1826 Further activity prevents void
1021 1827 Original transaction has been voided