Compare View
Commits (2)
Changes
Showing 2 changed files Side-by-side Diff
center/messaging/trx-center.js
... | ... | @@ -142,7 +142,7 @@ function executePostpaidInquiry(paramsFromTransport, cb) { |
142 | 142 | } |
143 | 143 | |
144 | 144 | if (!config.do_not_prefix_request_id) { |
145 | - qs.request_id = generateRequestId(qs); | |
145 | + qs.request_id = generateRequestId(qs) + '_INQ'; | |
146 | 146 | if (tokens[3]) { |
147 | 147 | qs.request_id += '_' + tokens[3]; |
148 | 148 | } |