fix(tips): now display the correct tip amound in the email notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user