Skip to content

Commit 6b834b8

Browse files
author
Alan Christie
committed
feat: Support for AS 3.0 charges endpoints
1 parent e26d844 commit 6b834b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/squonk2/as_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def get_product_charges(
448448

449449
return AsApi.__request(
450450
"GET",
451-
f"/product/{product_id}/charges",
451+
f"/charges/product/{product_id}",
452452
access_token=access_token,
453453
params=params,
454454
error_message="Failed getting product",

0 commit comments

Comments
 (0)