forked from DigiFi/digifi-BankToProductCore
Update provide_loan.py
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user