Skip to content

Commit

Permalink
feat: Support for AS 3.0 charges endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Aug 12, 2024
1 parent e26d844 commit 6b834b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squonk2/as_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def get_product_charges(

return AsApi.__request(
"GET",
f"/product/{product_id}/charges",
f"/charges/product/{product_id}",
access_token=access_token,
params=params,
error_message="Failed getting product",
Expand Down

0 comments on commit 6b834b8

Please sign in to comment.