Commit 9a43fb2e by Yvon Kerdoncuff

improve user message

parent 62d20081
......@@ -53,8 +53,8 @@ class TAVCotisationUtils
$repo = $this->em->getRepository(Payment::class);
$foundStartingPaymentTimeout = $repo->findValidStartingPayment($email);
if ($foundStartingPaymentTimeout) {
return "Détection d'un possible paiement en cours. Merci de réessayer à partir de "
. $foundStartingPaymentTimeout->format("H:i:s") . ".";
return "Détection d'un possible paiement déjà en cours. Le paiement sera de nouveau possible à "
. $foundStartingPaymentTimeout->format("H:i:s") . ", horaire d'expiration du paiement en cours.";
}
return "";
}
......
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