From 2c1d4ff41baba8090c19e9c36189a7fe597997d9 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Thu, 12 Apr 2018 15:23:45 +0700
Subject: [PATCH] kembali auto resend

---
 partner-simplepay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/partner-simplepay.js b/partner-simplepay.js
index e80a595..b10b5be 100644
--- a/partner-simplepay.js
+++ b/partner-simplepay.js
@@ -50,7 +50,7 @@ function start(options) {
 function callbackReport(requestId, rc, message, options) {
     aaa.callbackReportWithPushToMongoDb(requestId, rc, message);
 
-    return;
+    //return;
     // resend trx as status check if rc 68 and task is defined
     if (options && options.task && (rc == '68')) {
         logger.verbose('Got pending trx, requesting in ' + seconds_to_wait_before_resend_on_pending + ' secs');
-- 
1.9.0