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(
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user