fix(tips): now display the correct tip amound in the email notification

This commit is contained in:
2025-08-04 17:18:57 -04:00
parent ea8efd21a1
commit 5863d30ec9

View File

@@ -44,7 +44,7 @@ internal class TipPaymentNotifier(
await SendTipConfirmationEmailAsync( await SendTipConfirmationEmailAsync(
customerEmail, customerEmail,
creator?.Name ?? "le créateur", creator?.Name ?? "le créateur",
tip.Amount, tip.Amount / 100m,
tip.Currency, tip.Currency,
receiptUrl) receiptUrl)
.ConfigureAwait(false); // Pass the receipt URL .ConfigureAwait(false); // Pass the receipt URL