From 3dda4933154cdfb99e7308c75ea167888db6707f Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 19 Oct 2024 03:47:44 +0500 Subject: [PATCH] load more transactions --- tx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx.sh b/tx.sh index 6b3c03b..68a8ce3 100755 --- a/tx.sh +++ b/tx.sh @@ -4,5 +4,5 @@ source .env 2> /dev/null curl 'https://faisanet.mib.com.mv/ajaxAccounts/trxHistory' \ -H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave" \ - --data-raw 'accountNo=90101400028321000&trxNo=&trxType=0&sortTrx=date&sortDir=desc&fromDate=&toDate=&start=1&end=2&includeCount=1' -s \ + --data-raw 'accountNo=90101400028321000&trxNo=&trxType=0&sortTrx=date&sortDir=desc&fromDate=&toDate=&start=1&end=20&includeCount=1' -s \ | sed 's/"benefName":"BML - /"benefName":"/g'