1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 01:58:23 +02:00

Update Hello Asso URL

This commit is contained in:
2022-03-21 19:58:36 +01:00
parent 644afc6a0d
commit b67308065a
2 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ class Command(BaseCommand):
token = response['access_token']
organization = "animath"
form_slug = "tfjm-2022"
form_slug = "tfjm-2022-tournois-regionaux"
from_date = "2000-01-01"
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"
f"?from={from_date}&pageIndex=1&pageSize=100&retrieveOfflineDonations=false"
headers = {
"Accept": "application/json",
"Authorization": f"Bearer {token}",