1
0

Update provide_loan.py

This commit is contained in:
VivianDee
2025-05-12 16:08:42 +01:00
parent 06b5f98f06
commit 1e4f9102c8
-1
View File
@@ -161,7 +161,6 @@ class ProvideLoanService(BaseService):
"msisdn": customer.msisdn
}
# KafkaIntegration.send_loan_request(loan_data = response_data, request_id = request_id)
# Call Kafka in a background thread
thread = Thread(target=ProvideLoanService.async_send_to_kafka, args=(response_data, request_id, "PROCESS_PAYMENT"))