From 0fbaa0486e95fe7cf24ec2068d0abcb96ed077b8 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <adhisimon@gmail.com>
Date: Thu, 27 May 2021 17:50:06 +0700
Subject: [PATCH] Reporting struk data

---
 index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.js b/index.js
index 6fe85ac..ee0888b 100644
--- a/index.js
+++ b/index.js
@@ -132,6 +132,7 @@ exports.report = async (data, xid, retry) => {
         info: data.info,
         detail: data.detail,
         data: data.data,
+        struk: data.struk,
     };
 
     logger.verbose('POSTPAID2-SDK: Going to report to CORE', {
-- 
1.9.0