mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactoring: payment made form.
This commit is contained in:
@@ -26,7 +26,7 @@ export default function useApiRequest() {
|
||||
const locale = 'en';
|
||||
|
||||
if (token) {
|
||||
request.headers.common['x-access-token'] = token;
|
||||
request.headers.common['X-Access-Token'] = token;
|
||||
}
|
||||
if (organizationId) {
|
||||
request.headers.common['organization-id'] = organizationId;
|
||||
|
||||
Reference in New Issue
Block a user