worked on the verify-transactions and refresh-disbursement #9

Merged
ameye merged 3 commits from oluyemi into master 2025-04-11 15:46:07 +00:00
Showing only changes of commit 76681a9f36 - Show all commits
+2 -2
View File
@@ -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,
}