diff --git a/app/views/orders/payment_cancel.html.erb b/app/views/orders/payment_cancel.html.erb index 3e1d97f..952e5e3 100644 --- a/app/views/orders/payment_cancel.html.erb +++ b/app/views/orders/payment_cancel.html.erb @@ -135,10 +135,6 @@ Sous-total <%= @order.total_amount_euros - 1.0 %>€ -
- Frais de service - 1.00€ -
Total à payer @@ -195,4 +191,4 @@
- \ No newline at end of file + diff --git a/app/views/orders/payment_success.html.erb b/app/views/orders/payment_success.html.erb index bfc8f48..207f58d 100644 --- a/app/views/orders/payment_success.html.erb +++ b/app/views/orders/payment_success.html.erb @@ -124,16 +124,8 @@ -
+
-
- Sous-total - <%= @order.total_amount_euros - 1.0 %>€ -
-
- Frais de service - 1.00€ -
Total payé @@ -205,7 +197,7 @@ - Retour au Tableau de Bord + Retour au tableau de bord
<% end %> <%= link_to event_path(@order.event.slug, @order.event), class: "block w-full text-center py-3 px-4 border border-gray-300 rounded-lg text-gray-700 hover:bg-gray-50 transition-colors" do %> @@ -213,7 +205,7 @@ - Voir l'Événement Complet + Voir la fiche de l'événement
<% end %>