Skip to content

Commit

Permalink
Merge pull request #2413 from Plant-for-the-Planet-org/feature/donati…
Browse files Browse the repository at this point in the history
…on-req-x-locale-header

Add X-Locale header to donations POST request
  • Loading branch information
mohitb35 authored Feb 24, 2025
2 parents ed76c14 + 5898ab8 commit 0af60ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/user/BulkCodes/forms/IssueCodesForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const IssueCodesForm = (): ReactElement | null => {
logoutUser,
headers: {
'IDEMPOTENCY-KEY': uuidv4(),
'X-Locale': locale,
},
});
// if request is successful, it will have a uid
Expand Down

0 comments on commit 0af60ed

Please sign in to comment.