Commit b779cb580f611c89b0babcffff435c6d98aa2e46
1 parent
100989203b
Exists in
master
error umum 40
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
httppulsakita.js
... | ... | @@ -61,7 +61,7 @@ function topupRequest(task, retry) { |
61 | 61 | }, sleep_before_retry); |
62 | 62 | |
63 | 63 | } else { |
64 | - callbackReport(task['requestId'], '54', 'Gangguan koneksi ke suplier'); | |
64 | + callbackReport(task['requestId'], '40', 'Gangguan koneksi ke suplier'); | |
65 | 65 | } |
66 | 66 | return; |
67 | 67 | } |
... | ... | @@ -70,7 +70,7 @@ function topupRequest(task, retry) { |
70 | 70 | console.log(httpResponseBody); |
71 | 71 | |
72 | 72 | if (httpResponseBody.indexOf('502 Proxy Error') >= 0) { |
73 | - callbackReport(task['requestId'], '54', '502 Proxy error'); | |
73 | + callbackReport(task['requestId'], '40', '502 Proxy error'); | |
74 | 74 | return; |
75 | 75 | } |
76 | 76 |