Commit 4d371b7e by Yvon Kerdoncuff

typo

parent eda9a4a9
......@@ -60,7 +60,7 @@ class PaymentController extends AbstractController
$url = $repo->findUrlOfValidStartingPayment($this->getUser()->getUsername());
$this->em->flush(); //save status updates when looking to valid starting payment page
if ($url) {
$this->redirect($url);
return $this->redirect($url);
}
// Enregistre les données du Flux en json, pour l'enregistrer une fois le paiement validé
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment