done with payment callback service

This commit is contained in:
2025-04-14 14:01:57 +01:00
parent cc48c8dbb8
commit 643249a30d
2 changed files with 24 additions and 2 deletions
+4 -1
View File
@@ -30,4 +30,7 @@ def disbursement():
def payment_callback():
data = request.json()
logger.info(f"Calling Callback Components")
return jsonify(data), 200
response = SimbrellaClient.payment_callback(data)
return jsonify(response), 200