Update loan.py
This commit was merged in pull request #29.
This commit is contained in:
+2
-2
@@ -155,8 +155,8 @@ class Loan(db.Model):
|
|||||||
"transaction_id": "",
|
"transaction_id": "",
|
||||||
"resultDescription": "No Active Loan"
|
"resultDescription": "No Active Loan"
|
||||||
}
|
}
|
||||||
logger.info(f" Active Loan ==>>>> RESULT*********************")
|
logger.info(f" Active Loan ==>>>> RESULT*********************")
|
||||||
logger.info(f" Active Loan ==>>>> {loan}")
|
logger.info(f" Active Loan ==>>>> {loan}")
|
||||||
|
|
||||||
return loan
|
return loan
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user