From c1dde7914c25a1ff425ba86e3d99b4cd31eff051 Mon Sep 17 00:00:00 2001 From: kbe Date: Mon, 15 Sep 2025 21:09:57 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20remove=201=E2=82=AC=20fees=20on=20p?= =?UTF-8?q?ayment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/orders/payment_cancel.html.erb | 6 +----- app/views/orders/payment_success.html.erb | 14 +++----------- 2 files changed, 4 insertions(+), 16 deletions(-) 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 %>