From c50345c42bd0467e94e9c64f0abc54db5f1b2686 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 13 Jan 2020 16:01:23 +0700
Subject: [PATCH] Hapus lagi FIF TOTALTAGIHAN karena  konflik dengan PLN

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

diff --git a/index.js b/index.js
index b97c493..29af8cd 100644
--- a/index.js
+++ b/index.js
@@ -142,7 +142,7 @@ function splitPostpaidDetail(str) {
 }
 
 function calculateBaseBillAmount(detailSplitted, customKeywords) {
-    const keywords = customKeywords || ['TAGIHAN', 'DENDA', 'RPPREMI', 'BIAYA', 'TOTALTAGIHAN'];
+    const keywords = customKeywords || ['TAGIHAN', 'DENDA', 'RPPREMI', 'BIAYA'];
 
     let retval = 0;
     let detailCount = (detailSplitted || []).length;
-- 
1.9.0