Skip to content

Commit f4029bd

Browse files
committed
Upd pay
1 parent 9e3b9f2 commit f4029bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/billing/cloudpayments.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ userId: ${userId}`
541541
workspace id: ${workspace._id}
542542
date of operation: ${body.DateTime}
543543
first payment date: ${data.cloudPayments?.recurrent.startDate}
544-
sum: ${data.cloudPayments?.recurrent.amount}${body.Currency}`
544+
card link charge: ${+body.Amount} ${body.Currency}
545+
plan monthly charge: ${data.cloudPayments?.recurrent.amount} ${body.Currency}`
545546
, TelegramBotURLs.Money));
546547
} else {
547548
/**

0 commit comments

Comments
 (0)