Compare View

switch
from
...
to
 
Commits (3)

Changes

Showing 3 changed files Side-by-side Diff

center/messaging/trx-center.js
... ... @@ -91,7 +91,8 @@ function parseCoreMessage(body) {
91 91 }
92 92  
93 93 function generateRequestId(req) {
94   - return 'AUTO_' + req.product_name + '_' + req.destination + '_' + strftime('%Y%m%d');
  94 + //return 'AUTO_' + req.product_name + '_' + req.destination + '_' + strftime('%Y%m%d');
  95 + return '';
95 96 }
96 97  
97 98 function executePrepaidBuy(paramsFromTransport, cb) {
... ... @@ -111,6 +111,7 @@ function report(data) {
111 111 handler: config.handler_name,
112 112 sn: data.sn,
113 113 amount: data.amount,
  114 + handler: config.handler_name,
114 115 raw: data.raw,
115 116 misc: data.misc
116 117 }
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.13.5",
  3 + "version": "1.13.6",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {