Fix default topics
This commit is contained in:
@@ -46,6 +46,14 @@ class SimbrellaClient:
|
||||
loan_data = loan.to_dict()
|
||||
logger.info(f"Here is your loan data: {loan_data}")
|
||||
|
||||
if loan_data['disburseDate'] is not None:
|
||||
logger.info(f"Please call verify loan : {data['transactionId']} loan send for processing at {loan_data['disburseDate']}")
|
||||
return 0
|
||||
logger.info(f"Here are your cal 111 : *********************************************************")
|
||||
# let us set disbursement date
|
||||
LoanService.set_disbursement_date(loan_data['debtId'], loan_data['customerId']) # toda this must return something
|
||||
logger.info(f"Here are your cal 000 : *********************************************************")
|
||||
|
||||
loan_charges = preprocess_loan_charges_data([loan_charge.to_dict() for loan_charge in loan.loan_charges])
|
||||
logger.info(f"Here are your loan_charges: {loan_charges}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user