1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 13:16:36 +02:00

Add payment interface tests

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-24 23:05:21 +01:00
parent 2a2786ba6d
commit 207af441a0
5 changed files with 380 additions and 7 deletions

View File

@ -387,7 +387,7 @@ class StudentRegistration(ParticipantRegistration):
'priority': 3,
'content': content,
})
elif self.payment.valid is None:
elif payment.valid is None:
text = _("Your payment is under approval.")
content = text
informations.append({