Commit 140d1b78149c3005e955c887f31795b98ad0b119

Authored by Adhidarma Hadiwinoto
1 parent dc4681ff2e
Exists in master

kembali generateRequestId

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

center/messaging/trx-center.js
... ... @@ -91,8 +91,7 @@ function parseCoreMessage(body) {
91 91 }
92 92  
93 93 function generateRequestId(req) {
94   - //return 'AUTO_' + req.product_name + '_' + req.destination + '_' + strftime('%Y%m%d');
95   - return '';
  94 + return 'AUTO_' + req.product_name + '_' + req.destination + '_' + strftime('%Y%m%d');
96 95 }
97 96  
98 97 function executePrepaidBuy(paramsFromTransport, cb) {