Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -102,7 +102,7 @@ function _hit(task, is_advice) {
102 102  
103 103 report({
104 104 trx_id: task.trx_id,
105   - rc: partnerRc[result.rc] || '40',
  105 + rc: result.rc ? partnerRc[result.rc] || '40' : '68',
106 106 message: result.message,
107 107 sn: result.sn,
108 108 amount: Number(result.amount) || null,
1 1 {
2 2 "name": "komodo-gw-komodo",
3   - "version": "1.0.6",
  3 + "version": "1.0.7",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-gw-komodo",
3   - "version": "1.0.6",
  3 + "version": "1.0.7",
4 4 "description": "Komodo Gateway to other Komodo",
5 5 "main": "index.js",
6 6 "scripts": {