retry loans

This commit is contained in:
CHIEFSOFT\ameye
2025-11-02 15:34:55 -05:00
parent 8ffac10cd3
commit c88e85eda1
4 changed files with 122 additions and 10 deletions
+7
View File
@@ -54,6 +54,13 @@ class LoanService:
Update the disbursement result of the loan with the given loan_id.
"""
return Loan.set_disbursement_result(loan_id, result, description)
@classmethod
def set_disbursement_loan_description(cls,loan_id,description):
return Loan.set_disbursement_message(loan_id, result, description)
@classmethod
def set_disburse_verify_result(cls, loan_id, result, description):
"""