Skip to content

Commit 2a1d740

Browse files
committed
Fix message text
1 parent 2254176 commit 2a1d740

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/billing/cloudpayments.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ sum: ${data.cloudPayments?.recurrent.amount}${body.Currency}`
545545

546546
this.handleSendingToTelegramError(telegram.sendMessage(`✅ [Billing / Pay] New payment
547547
Transaction details:
548-
amount: ${+body.Amount}
549-
currency: ${body.Currency}
548+
amount: ${+body.Amount} ${body.Currency}
550549
next payment date: ${data.cloudPayments?.recurrent.startDate}
551550
workspace id: ${workspace._id}
552551
date of operation: ${body.DateTime}
@@ -665,8 +664,7 @@ subscription id: ${body.SubscriptionId}`
665664

666665
this.handleSendingToTelegramError(telegram.sendMessage(`✅ [Billing / Recurrent] New recurrent transaction
667666
Transaction details:
668-
amount: ${+body.Amount}
669-
currency: ${body.Currency}
667+
amount: ${+body.Amount} ${body.Currency}
670668
next payment date: ${body.NextTransactionDate}
671669
workspace id: ${body.AccountId}
672670
subscription id: ${body.Id}`

0 commit comments

Comments
 (0)