1
0

Merge branch 'Response_fix' of https://gitlab.chiefsoft.net/DigiFi/digifi-BankToProductCore into Response_fix

This commit is contained in:
VivianDee
2025-05-12 17:12:09 +01:00
-1
View File
@@ -160,7 +160,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"))