Commit 2c1d4ff41baba8090c19e9c36189a7fe597997d9
1 parent
55f203ee96
Exists in
master
kembali auto resend
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -50,7 +50,7 @@ function start(options) { |
50 | 50 | function callbackReport(requestId, rc, message, options) { |
51 | 51 | aaa.callbackReportWithPushToMongoDb(requestId, rc, message); |
52 | 52 | |
53 | - return; | |
53 | + //return; | |
54 | 54 | // resend trx as status check if rc 68 and task is defined |
55 | 55 | if (options && options.task && (rc == '68')) { |
56 | 56 | logger.verbose('Got pending trx, requesting in ' + seconds_to_wait_before_resend_on_pending + ' secs'); |