Commit 9a43fb2e by Yvon Kerdoncuff

improve user message

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