File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,8 +545,7 @@ sum: ${data.cloudPayments?.recurrent.amount}${body.Currency}`
545545
546546 this . handleSendingToTelegramError ( telegram . sendMessage ( `✅ [Billing / Pay] New payment
547547Transaction details:
548- amount: ${ + body . Amount }
549- currency: ${ body . Currency }
548+ amount: ${ + body . Amount } ${ body . Currency }
550549next payment date: ${ data . cloudPayments ?. recurrent . startDate }
551550workspace id: ${ workspace . _id }
552551date 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 } `
You can’t perform that action at this time.
0 commit comments