worked on the verify-transactions and refresh-disbursement #9
+1
-1
@@ -3,7 +3,7 @@ from app.config import settings
|
|||||||
|
|
||||||
def get_headers():
|
def get_headers():
|
||||||
return {
|
return {
|
||||||
'Content-Type': 'application/json',
|
"Content-Type": "application/json",
|
||||||
"x-api_key": settings.BANK_CALL_API_KEY,
|
"x-api_key": settings.BANK_CALL_API_KEY,
|
||||||
"App-Id": settings.BANK_CALL_APP_ID,
|
"App-Id": settings.BANK_CALL_APP_ID,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user