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.