diff --git a/src/component.py b/src/component.py index 9597e29..d7b9be0 100644 --- a/src/component.py +++ b/src/component.py @@ -152,7 +152,7 @@ def get_data(date_list): offset = 0 while True: url = f"""https://api.allegro.pl/billing/billing-entries?offset={offset}"""\ - f"""&type.id=[BRG,FSF,BC2,SUC]&"""\ + f"""&type.id=[A,REF,BC2,SUC,BRG,FSF,B]"""\ f"""&occurredAt.gte={start}Z&&occurredAt.lte={end}Z""" get = requests.get(url, headers=header)