Skip to content

Commit

Permalink
Merge pull request #12 from jpos/feature/add-rc-9102
Browse files Browse the repository at this point in the history
Add reference to RC 9102 — Invalid transaction.
  • Loading branch information
ar authored Jun 5, 2021
2 parents b4eb0e4 + 400e6ba commit f15a406
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jpos.org</groupId>
<artifactId>jpos-cmf</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<name>jPOS-CMF</name>
<packaging>pom</packaging>

Expand Down
3 changes: 1 addition & 2 deletions src/docx/constants.ent
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!ENTITY PRODUCTNAME "jPOS Common Message Format">
<!ENTITY VERSION "1.0.12">
<!ENTITY VERSION "1.0.14">
<!ENTITY COMPANY_ABBR "jPOS Consulting">

6 changes: 5 additions & 1 deletion src/docx/result_codes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@
<row>
<entry>1823</entry>
<entry>Invalid Acquirer</entry>
</row>
</row>
<row>
<entry>9102</entry>
<entry>Invalid transaction</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down
10 changes: 10 additions & 0 deletions src/docx/revision_history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
</thead>
<tbody>
<row>
<entry>Jun, 2021</entry>
<entry>1.0.14</entry>
<entry>Federico González</entry>
<entry>
<itemizedlist>
<listitem><para>Added result code 9102</para></listitem>
</itemizedlist>
</entry>
</row>
<row>
<entry>May, 2018</entry>
<entry>1.0.13</entry>
<entry>apr</entry>
Expand Down

0 comments on commit f15a406

Please sign in to comment.