Commit 808e75515fa31ac70b410fd007fffaf9d52f7e76
1 parent
8dbe635e1e
Exists in
master
kembali pakai 89
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-sc.js
... | ... | @@ -69,7 +69,7 @@ function topupRequest(task) { |
69 | 69 | if (error) { |
70 | 70 | |
71 | 71 | logger.warn('HTTP REQUEST ERROR', error); |
72 | - callbackReport(task['requestId'], '91', 'HTTP REQUEST ERROR (' + error + ')'); | |
72 | + callbackReport(task['requestId'], '89', 'HTTP REQUEST ERROR (' + error + ')'); | |
73 | 73 | |
74 | 74 | } else if (response.statusCode != 200) { |
75 | 75 |