Looking for customer

This commit is contained in:
CHIEFSOFT\ameye
2025-05-24 07:02:50 -04:00
parent 2ae49ace86
commit 3e9d5d4089
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -29,7 +29,6 @@ class LoanStatusService(BaseService):
# Validate data
validated_data = LoanStatusService.validate_data(data, LoanStatusSchema())
customer_id = validated_data.get('customerId')
customer = Customer.get_customer(customer_id)
transactionId = validated_data.get('transactionId')