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:
@ -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()
|
||||
|
Reference in New Issue
Block a user