worked oon disbursement endpoint and added more things to log
This commit was merged in pull request #7.
This commit is contained in:
+3
-2
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user