move kafka to threadings and setup database connection

This commit is contained in:
2025-04-15 14:16:36 +01:00
parent 46ba285b99
commit 9b36592fce
6 changed files with 48 additions and 10 deletions
+18
View File
@@ -95,6 +95,24 @@ paths:
unicode:
type: boolean
example: true
responses:
200:
description: A successful response
/autocall/refresh-verify-disbursement:
get:
summary: Refresh the disbursement to verify
responses:
200:
description: A successful response
/autocall/refresh-disbursement:
get:
summary: Refresh the disbursement
responses:
200:
description: A successful response
/autocall/payment-callback:
get:
summary: The Payment callback
responses:
200:
description: A successful response