worked oon disbursement endpoint and added more things to log

This commit was merged in pull request #7.
This commit is contained in:
lennyaiko
2025-04-10 22:07:06 +01:00
parent 6b272eb107
commit c242e53eaa
4 changed files with 16 additions and 6 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
import requests
from flask import current_app
from app.config import settings
def get_headers():
return {
"Content-Type": "application/json",
"Accept": "application/json",
"api_key": settings.BANK_CALL_API_KEY,
"app_id": settings.BANK_CALL_APP_ID,
}