refactor: remove 1€ fees on payment

This commit is contained in:
kbe
2025-09-15 21:09:57 +02:00
parent dbb972e490
commit c1dde7914c
2 changed files with 4 additions and 16 deletions

View File

@@ -135,10 +135,6 @@
<span class="text-gray-600">Sous-total</span>
<span class="text-gray-900"><%= @order.total_amount_euros - 1.0 %>€</span>
</div>
<div class="flex items-center justify-between">
<span class="text-gray-600">Frais de service</span>
<span class="text-gray-900">1.00€</span>
</div>
<div class="flex items-center justify-between text-lg pt-2 border-t border-gray-200">
<span class="font-medium text-gray-900">Total à payer</span>
<span class="font-bold text-2xl text-red-600">
@@ -195,4 +191,4 @@
</div>
</div>
</div>
</div>
</div>