Commit d0b11032179e10383ef0c4d7eb6502900afcc4ad
1 parent
9328f62c42
Exists in
master
log respon pertama
Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff
partner-datacell.js
... | ... | @@ -228,17 +228,17 @@ function topupResponseHandler(body, request_id) { |
228 | 228 | |
229 | 229 | if (response_code != '68') { |
230 | 230 | callbackReport(request_id, response_code, message); |
231 | + } | |
231 | 232 | |
232 | - var response = { | |
233 | - raw: body, | |
234 | - parsed: { | |
235 | - MESSAGE: message, | |
236 | - } | |
233 | + var response = { | |
234 | + raw: body, | |
235 | + parsed: { | |
236 | + MESSAGE: message, | |
237 | 237 | } |
238 | + } | |
238 | 239 | |
239 | - aaa.pushResponseToMongoDb(request_id, response, response_code); | |
240 | + aaa.pushResponseToMongoDb(request_id, response, response_code); | |
240 | 241 | |
241 | - } | |
242 | 242 | }); |
243 | 243 | } |
244 | 244 |