Api url
This commit is contained in:
@@ -17,6 +17,7 @@ class SimbrellaClient:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def disburse_loan(data):
|
def disburse_loan(data):
|
||||||
api_url = f"{SimbrellaClient.BANK_CALL_BASE_URL}/DisburseLoan"
|
api_url = f"{SimbrellaClient.BANK_CALL_BASE_URL}/DisburseLoan"
|
||||||
|
logger.info(f"Calling DisburseLoan api_url==> : {api_url}")
|
||||||
logger.info(f"Calling DisburseLoan endpoint with data: {data}")
|
logger.info(f"Calling DisburseLoan endpoint with data: {data}")
|
||||||
|
|
||||||
# Check if the transaction exists
|
# Check if the transaction exists
|
||||||
|
|||||||
Reference in New Issue
Block a user