[update]: loan status response

This commit was merged in pull request #37.
This commit is contained in:
VivianDee
2025-05-27 02:02:22 +01:00
parent 7a2ff6586f
commit 65472d3f07
7 changed files with 51 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@ class RepaymentService(BaseService):
account_id = validated_data.get('accountId')
customer = Customer.get_customer_with_loan_list(customer_id)
transaction_id = validated_data.get('transactionId')
initiated_by = validated_data.get('initiatedBy')
if(RepaymentService.validate_account_ownership(account_id = account_id, customer_id = customer_id)):