mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 08:22:10 +01:00 
			
		
		
		
	Les équipes non validées ne peuvent pas procéder au paiement
This commit is contained in:
		@@ -13,6 +13,9 @@ $team = $_SESSION["team"];
 | 
				
			|||||||
$tournament = $team->getEffectiveTournament();
 | 
					$tournament = $team->getEffectiveTournament();
 | 
				
			||||||
$payment = $user->getPayment();
 | 
					$payment = $user->getPayment();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if ($team->getValidationStatus() != ValidationStatus::VALIDATED)
 | 
				
			||||||
 | 
						require_once "server_files/403.php";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (isset($_POST["pay"])) {
 | 
					if (isset($_POST["pay"])) {
 | 
				
			||||||
    $pay = new Pay($_POST);
 | 
					    $pay = new Pay($_POST);
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user