diff --git a/backend/Modules/Tipping/Services/TipPaymentNotifier.cs b/backend/Modules/Tipping/Services/TipPaymentNotifier.cs index 9ad18c9..79bebb4 100644 --- a/backend/Modules/Tipping/Services/TipPaymentNotifier.cs +++ b/backend/Modules/Tipping/Services/TipPaymentNotifier.cs @@ -44,7 +44,7 @@ internal class TipPaymentNotifier( await SendTipConfirmationEmailAsync( customerEmail, creator?.Name ?? "le créateur", - tip.Amount, + tip.Amount / 100m, tip.Currency, receiptUrl) .ConfigureAwait(false); // Pass the receipt URL