diff --git a/htdocs/public/project/viewandvote.php b/htdocs/public/project/viewandvote.php
index 355156d73cb..f167fcf1717 100644
--- a/htdocs/public/project/viewandvote.php
+++ b/htdocs/public/project/viewandvote.php
@@ -18,15 +18,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
- *
- * For Paypal test: https://developer.paypal.com/
- * For Paybox test: ???
- * For Stripe test: Use credit card 4242424242424242 .More example on https://stripe.com/docs/testing
- *
- * Variants:
- * - When option STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION is on, we use the new PaymentIntent API
- * - When option STRIPE_USE_NEW_CHECKOUT is on, we use the new checkout API
- * - If no option set, we use old APIS (charge)
*/
/**
@@ -288,7 +279,6 @@ print '
'."\n";
print '
'.$langs->trans("ListOfSuggestedBooths").'
';
print $listOfBooths.'';
print '
'."\n";
-print dol_get_fiche_end();
// Output payment summary form
print '