Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Nov 14, 2024
2 parents 18ec4dd + 0b10293 commit c26de65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parking_permits/services/hel_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_customer(self):

def _get_profile(self):
api_token = self.request.headers.get("X-Authorization")
response = requests.get(
response = requests.post(
settings.OPEN_CITY_PROFILE_GRAPHQL_API,
json={"query": helsinki_profile_query},
headers={"Authorization": api_token},
Expand Down

0 comments on commit c26de65

Please sign in to comment.