Commit 0696733ed0059f7bf2aba503c2219bf31dbab5b0
1 parent
38ad0fad21
Exists in
master
coba tidak generate auto request id
Showing 1 changed file with 2 additions and 1 deletions 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) { |