[update]: loan status response
This commit was merged in pull request #37.
This commit is contained in:
@@ -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)):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user