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

Send payment confirmation mail after payment, and send weekly reminders for people that have not paid

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-23 18:02:24 +01:00
parent 6a928ee35b
commit cae1c6fdb8
11 changed files with 92 additions and 106 deletions

View File

@ -46,7 +46,7 @@ def get_hello_asso_access_token():
return _access_token
if response.status_code == 400:
raise ValueError(str(response.json()['errors']))
raise ValueError(str(response.json()))
response.raise_for_status()
data = response.json()