Skip to content

Commit

Permalink
Add missing letter
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Nov 7, 2023
1 parent fce6453 commit a4daa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parking_permits/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _cancel_talpa_subcription(self):
response = requests.post(
urljoin(
settings.TALPA_ORDER_EXPERIENCE_API,
f"subcription/{self.talpa_subscription_id}/cancel",
f"subscription/{self.talpa_subscription_id}/cancel",
),
headers=headers,
)
Expand Down

0 comments on commit a4daa0c

Please sign in to comment.