We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3b9f2 commit f4029bdCopy full SHA for f4029bd
src/billing/cloudpayments.ts
@@ -541,7 +541,8 @@ userId: ${userId}`
541
workspace id: ${workspace._id}
542
date of operation: ${body.DateTime}
543
first payment date: ${data.cloudPayments?.recurrent.startDate}
544
-sum: ${data.cloudPayments?.recurrent.amount}${body.Currency}`
+card link charge: ${+body.Amount} ${body.Currency}
545
+plan monthly charge: ${data.cloudPayments?.recurrent.amount} ${body.Currency}`
546
, TelegramBotURLs.Money));
547
} else {
548
/**
0 commit comments