Update Hello Asso URL
This commit is contained in:
parent
644afc6a0d
commit
b67308065a
|
@ -22,10 +22,10 @@ class Command(BaseCommand):
|
||||||
token = response['access_token']
|
token = response['access_token']
|
||||||
|
|
||||||
organization = "animath"
|
organization = "animath"
|
||||||
form_slug = "tfjm-2022"
|
form_slug = "tfjm-2022-tournois-regionaux"
|
||||||
from_date = "2000-01-01"
|
from_date = "2000-01-01"
|
||||||
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
|
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 = {
|
headers = {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Authorization": f"Bearer {token}",
|
"Authorization": f"Bearer {token}",
|
||||||
|
|
|
@ -73,7 +73,7 @@ Si le paiement de plusieurs élèves est fait en une seule opération, merci de
|
||||||
\href{mailto: contact@tfjm.org}{contact@tfjm.org} \textbf{avant le paiement} pour garantir l'identification de ce dernier.
|
\href{mailto: contact@tfjm.org}{contact@tfjm.org} \textbf{avant le paiement} pour garantir l'identification de ce dernier.
|
||||||
|
|
||||||
\subsubsection*{Carte bancaire (uniquement les cartes françaises)}
|
\subsubsection*{Carte bancaire (uniquement les cartes françaises)}
|
||||||
Le paiement s'effectue en ligne via la plateforme à l'adresse : \url{https://www.helloasso.com/associations/animath/evenements/tfjm-2021}
|
Le paiement s'effectue en ligne via la plateforme à l'adresse : \url{https://www.helloasso.com/associations/animath/evenements/tfjm-2022-tournois-regionaux}
|
||||||
|
|
||||||
Vous devez impérativement indiquer dans le champ "Référence" la mention "TFJMpu" suivie des noms et prénoms \textbf{de l'élève}.
|
Vous devez impérativement indiquer dans le champ "Référence" la mention "TFJMpu" suivie des noms et prénoms \textbf{de l'élève}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue