From bc897f90bd2ba331e9c9418f4b37de7657468c2f Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 22 Oct 2024 01:53:50 +0500 Subject: [PATCH] docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b5d49..25223a8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - This api will allow you to match customers payment and your MIB account history, it will match with transaction time, account owner name and amount. -- slight issue with using account number name is that, MIB to MIB transaction sometimes have MIBs made-up name for the account owner name, This is challenging, so work around that, I added option to send customers account number to fetch the made-up name and match with it. \ +- Issue with using account number name is that, MIB to MIB transaction sometimes have MIBs made-up name for the account owner name, This is challenging, so work around that, I added option to send customers account number to fetch the made-up name and match with it. - BML (Farava) transations works perfectly with just the name! - It uses cookie from webssion to fetch everything, it also has a keepalive service so websession does not expire after 5mins.