fix the headers
This commit is contained in:
+2
-2
@@ -5,6 +5,6 @@ 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,
|
||||
"x-api-key": settings.BANK_CALL_API_KEY,
|
||||
"App-Id": settings.BANK_CALL_APP_ID,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user