mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 16:02:26 +01:00 
			
		
		
		
	Fix hello asso check
This commit is contained in:
		@@ -38,7 +38,7 @@ class Command(BaseCommand):
 | 
			
		||||
            self.stderr.write(f"Error while querying Hello Asso: {message}")
 | 
			
		||||
            return
 | 
			
		||||
 | 
			
		||||
        for payment in response:
 | 
			
		||||
        for payment in response["data"]:
 | 
			
		||||
            if payment["state"] != "Authorized":
 | 
			
		||||
                continue
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user